From 03a90e9020428dea6758807c9f8b405dabb238bf Mon Sep 17 00:00:00 2001 From: brantje Date: Sat, 1 Oct 2016 17:53:32 +0200 Subject: Fix action title --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/app.css') 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; -- cgit v1.2.3