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:
authorbrantje <brantje@gmail.com>2016-10-01 18:53:32 +0300
committerbrantje <brantje@gmail.com>2016-10-01 18:53:32 +0300
commit03a90e9020428dea6758807c9f8b405dabb238bf (patch)
treef3f9c15bceb7993b4feb2d580cbf61ebce1e6baf /css/app.css
parentc907bb540d89547ec29b1b3dc8f4169c4c8cd7c7 (diff)
Fix action title
Diffstat (limited to 'css/app.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 94d8af04..d7ebce42 100644
--- a/css/app.css
+++ b/css/app.css
@@ -160,7 +160,7 @@
#app-content #app-content-wrapper #passman-controls {
border-bottom: 1px solid #c9c9c9; }
#app-content #app-content-wrapper .title {
- width: calc(100% - 375px);
+ width: calc(100% - 380px);
text-align: center;
display: inline-block;
font-weight: bold;