mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix grid layout after rebase
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
78e1d9fbd5
commit
b47085c8fe
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ input {
|
|||
.profile-settings-container {
|
||||
display: inline-grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: 1fr 2fr;
|
||||
grid-template-rows: 1fr 1fr 1fr;
|
||||
}
|
||||
|
||||
.personal-show-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue