diff --git a/src/assets/styles/common-layout.scss b/src/assets/styles/common-layout.scss index 62267e3..d0a668f 100644 --- a/src/assets/styles/common-layout.scss +++ b/src/assets/styles/common-layout.scss @@ -246,6 +246,10 @@ section.settings { margin-top: 32px; } +.mb-0 { + margin-bottom: 0 !important; +} + .mb-6 { margin-bottom: 6px; }