mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-27 10:03:50 +08:00
Decrease title width
This commit is contained in:
parent
1bcaef4405
commit
95a870a740
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@
|
|||
#app-content #app-content-wrapper #passman-controls {
|
||||
border-bottom: 1px solid #c9c9c9; }
|
||||
#app-content #app-content-wrapper .title {
|
||||
width: calc( 100% - 370px);
|
||||
width: calc( 100% - 375px);
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
border-bottom: 1px solid #c9c9c9
|
||||
}
|
||||
.title{
|
||||
width: calc( 100% - 370px);
|
||||
width: calc( 100% - 375px);
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in a new issue