Skip to content
Snippets Groups Projects
Commit 7109f850 authored by Joe Sutta's avatar Joe Sutta Committed by Sascha Eggenberger
Browse files

Resolve #3461925 "Margin setting on"

parent 9c06839b
No related branches found
No related tags found
2 merge requests!518Issue 3480661: Add padding to bottom of ckeditor content.,!228Issue #3342164: Remove implicit dependency on node module for gin content form
......@@ -404,7 +404,6 @@
.horizontal-tabs .horizontal-tabs-pane {
padding: 0;
margin: 0;
box-shadow: none;
}
......@@ -416,6 +415,10 @@
margin-top: var(--gin-spacing-m);
}
.horizontal-tabs .paragraphs-subform .horizontal-tabs-panes {
margin-top: var(--gin-spacing-s);
}
.claro-details__description {
max-width: var(--gin-max-line-length);
}
......
......@@ -329,7 +329,6 @@
.horizontal-tabs-pane {
padding: 0;
margin: 0;
box-shadow: none;
> .details-wrapper {
......@@ -340,6 +339,10 @@
}
}
}
.paragraphs-subform .horizontal-tabs-panes {
margin-top: var(--gin-spacing-s);
}
}
.claro-details__description {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment