mirror of
https://github.com/nextcloud/passman.git
synced 2025-12-28 11:19:04 +08:00
fix h2 style of credential view header with nc30
This commit is contained in:
parent
bec3a1784c
commit
707b746e99
3 changed files with 3 additions and 1 deletions
|
|
@ -883,6 +883,7 @@
|
|||
padding: 10px;
|
||||
overflow-y: auto; }
|
||||
#app-content #app-content-wrapper .app_sidebar h2 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 400;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -544,6 +544,7 @@
|
|||
.app_sidebar {
|
||||
float:right;
|
||||
h2 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 400;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue