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

Resolve #3461925 "Margin setting on"

parent b490423a
No related branches found
No related tags found
3 merge requests!571Issue #3417719: Refine User Experience: Addressing Size, Position, and Hover...,!562Issue #3417719: Refine User Experience: Addressing Size, Position, and Hover...,!474Resolve #3461925 "Margin setting on"
Pipeline #252110 passed
......@@ -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