mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Remove vertical whitespace between entries in Personal settings
Signed-off-by: Greta Doci <gretadoci@gmail.com>
This commit is contained in:
parent
a528942c24
commit
482570ca5f
1 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ input {
|
|||
.profile-settings-container {
|
||||
display: inline-grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: 1fr 1fr 1fr;
|
||||
grid-template-rows: 1fr 2fr 1fr;
|
||||
}
|
||||
|
||||
.personal-show-container {
|
||||
|
|
@ -211,7 +211,7 @@ select {
|
|||
.personal-settings-container {
|
||||
display: inline-grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-rows: 1fr 1fr 1fr;
|
||||
grid-template-rows: 1fr 1fr 2fr;
|
||||
&:after {
|
||||
clear: both;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue