mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[fix] Update padding for ChangePassword and LoggerConfig sections
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
.section {
|
||||
background: white;
|
||||
padding: 24px;
|
||||
padding: 32px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #e0e0e0;
|
||||
}
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
.configSection {
|
||||
background: white;
|
||||
border-radius: 8px;
|
||||
padding: 24px;
|
||||
padding: 32px;
|
||||
border: 1px solid #e0e0e0;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user