Skip to content

Commit d8060c1

Browse files
Merge pull request #223 from edrlab/fix/content-reflow
fix content reflow in support #194
2 parents 92b4740 + f30e3cf commit d8060c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

assets/scss/_styles_project.scss

+6-1
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,8 @@ footer.bg-dark {
11071107
}
11081108

11091109
.thorium-support .flex-xl-nowrap {
1110-
display: block;
1110+
display: flex;
1111+
flex-wrap: nowrap;
11111112

11121113
aside {
11131114
float: left;
@@ -1173,6 +1174,10 @@ footer.bg-dark {
11731174

11741175
@media (max-width: 768px) {
11751176

1177+
.thorium-support .flex-xl-nowrap {
1178+
display: block;
1179+
}
1180+
11761181
.td-navbar-cover {
11771182
background: $color-grey !important;
11781183
}

0 commit comments

Comments
 (0)