diff --git a/src/assets/styles/common-layout.scss b/src/assets/styles/common-layout.scss index bed5caf..d3f0b6b 100644 --- a/src/assets/styles/common-layout.scss +++ b/src/assets/styles/common-layout.scss @@ -218,6 +218,10 @@ section.settings { margin-top: 0 !important; } +.mt-4 { + margin-top: 4px; +} + .mt-5 { margin-top: 5px; }