Fix action title

This commit is contained in:
brantje 2016-10-01 17:53:32 +02:00
parent c907bb540d
commit 03a90e9020
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -6,7 +6,7 @@
border-bottom: 1px solid #c9c9c9
}
.title {
width: calc(100% - 375px);
width: calc(100% - 380px);
text-align: center;
display: inline-block;
font-weight: bold;