Skip to content
Snippets Groups Projects
Commit c23d375d authored by Sascha Eggenberger's avatar Sascha Eggenberger :speech_balloon:
Browse files

New MR widget: Fix border-top

Changelog: fixed
parent a02372cb
No related branches found
No related tags found
2 merge requests!120936Draft: Debugging commit to trigger pipeline (DO NOT MERGE),!120874New MR widget: Fix border-top
......@@ -550,7 +550,8 @@ $tabs-holder-z-index: 250;
border-radius: $border-radius-default;
}
.mr-widget-section:not(:first-child) > div {
.mr-widget-section:not(:first-child) > div,
.mr-widget-section .mr-widget-section > div {
border-top: solid 1px var(--border-color, $border-color);
}
......
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