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
path: root/css
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-12 01:32:31 +0300
committerbrantje <brantje@gmail.com>2016-10-12 01:32:31 +0300
commitf5fe2c78738590a26220c95a6490aa37399a69e4 (patch)
tree8fe24b6b0d210c016ef62b61322a462c636eb460 /css
parent0c673c54cd8b7b2dc81fac52f8942484ca255c24 (diff)
Fix title width
Diffstat (limited to 'css')
-rw-r--r--css/app.css2
1 files changed, 1 insertions, 1 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;