Merge branch 'titleFix'

This commit is contained in:
brantje 2016-10-12 00:42:55 +02:00
commit 7d7f9e6800
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F
2 changed files with 2 additions and 2 deletions

View file

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

View file

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