We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b09d3c commit 2fff343Copy full SHA for 2fff343
components/gc-most-requested/_base.scss
@@ -23,6 +23,11 @@
23
}
24
25
26
+.gc-most-requested ul li:nth-child(2):last-child {
27
+ break-after: column;
28
+ break-inside: avoid-column;
29
+}
30
+
31
// Styles to slightly break the layout for bad implementation
32
.container .gc-most-requested {
33
background: transparent;
components/gc-most-requested/_screen-md-min.scss
@@ -40,6 +40,12 @@
40
41
42
43
44
45
46
+ display: block;
47
48
49
50
51
h2 {
0 commit comments