mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 01:00:50 -04:00
Merge pull request #37591 from Jerome-Herbinet/patch-19
This commit is contained in:
commit
6fa55de280
3 changed files with 9 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -89,6 +89,7 @@ select {
|
|||
padding: 20px;
|
||||
max-width: 1700px;
|
||||
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
||||
grid-column-gap: 10px;
|
||||
|
||||
.section {
|
||||
padding: 10px 10px;
|
||||
|
|
@ -97,6 +98,12 @@ select {
|
|||
h2 {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
> label {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.personal-info {
|
||||
|
|
|
|||
Loading…
Reference in a new issue