[fix] Update padding for ChangePassword and LoggerConfig sections

This commit is contained in:
PauI Ostrovckij
2025-10-02 17:34:57 +03:00
parent 356d8bb434
commit e39e892333
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
.section {
background: white;
padding: 24px;
padding: 32px;
border-radius: 8px;
border: 1px solid #e0e0e0;
}

View File

@ -5,7 +5,7 @@
.configSection {
background: white;
border-radius: 8px;
padding: 24px;
padding: 32px;
border: 1px solid #e0e0e0;
margin-bottom: 24px;
}