mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #28044 from overleaf/d-settings-spacing
Increase padding on settings modal so that it is more obvious that it scrolls GitOrigin-RevId: cfc11f69dea9cdb6ca540aedb0bd8b14ebd82014
This commit is contained in:
@@ -53,10 +53,10 @@
|
||||
|
||||
.ide-settings-section {
|
||||
padding-top: var(--spacing-06);
|
||||
padding-bottom: var(--spacing-05);
|
||||
padding-bottom: var(--spacing-06);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--spacing-05);
|
||||
gap: var(--spacing-06);
|
||||
}
|
||||
|
||||
.ide-settings-section-title {
|
||||
|
||||
Reference in New Issue
Block a user