mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-28 02:44:14 +08:00
Fix action title
This commit is contained in:
parent
c907bb540d
commit
03a90e9020
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue