Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/app.css2
-rw-r--r--sass/credentials.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/css/app.css b/css/app.css
index e69e6748..b2fda12a 100644
--- a/css/app.css
+++ b/css/app.css
@@ -169,7 +169,7 @@
#app-content #app-content-wrapper #passman-controls {
border-bottom: 1px solid #c9c9c9; }
#app-content #app-content-wrapper .title {
- width: calc(100% - 400px);
+ width: calc(100% - 500px);
text-align: center;
display: inline-block;
font-weight: bold;
diff --git a/sass/credentials.scss b/sass/credentials.scss
index 7bef2253..b9d4299c 100644
--- a/sass/credentials.scss
+++ b/sass/credentials.scss
@@ -6,7 +6,7 @@
border-bottom: 1px solid #c9c9c9
}
.title {
- width: calc(100% - 400px);
+ width: calc(100% - 500px);
text-align: center;
display: inline-block;
font-weight: bold;