Skip to content

Commit 062b051

Browse files
Gustedlunny
Gusted
andauthored
Move merge-section to > .content (#17582)
* Move `> .merge-section` to `> .content` scope - Fixes a issue that started from #17317 - Move `> .merge-section` to the `> .content` scope. - Resolves #17480 * Move `.merge-section` back to outside scope Co-authored-by: Lunny Xiao <[email protected]>
1 parent a5b4720 commit 062b051

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

web_src/less/_repository.less

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@
10181018
}
10191019
}
10201020

1021-
> .merge-section {
1021+
.merge-section {
10221022
background-color: var(--color-box-body);
10231023

10241024
.item {
@@ -1034,6 +1034,13 @@
10341034
margin-bottom: -.25rem;
10351035
}
10361036

1037+
@media @mediaSm {
1038+
.item-section {
1039+
align-items: flex-start;
1040+
flex-direction: column;
1041+
}
1042+
}
1043+
10371044
.divider {
10381045
margin-left: -1rem;
10391046
margin-right: -1rem;
@@ -1046,15 +1053,15 @@
10461053
border-right-color: var(--color-box-body);
10471054
}
10481055
}
1056+
}
10491057

1050-
.markup {
1051-
font-size: 14px;
1052-
}
1058+
.markup {
1059+
font-size: 14px;
1060+
}
10531061

1054-
.no-content {
1055-
color: var(--color-text-light-2);
1056-
font-style: italic;
1057-
}
1062+
.no-content {
1063+
color: var(--color-text-light-2);
1064+
font-style: italic;
10581065
}
10591066

10601067
.ui.form {

0 commit comments

Comments
 (0)