Skip to content

Commit 995b492

Browse files
docs: fix inconsistent divider in rule categories box (#19249)
* docs: fix inconsistent divider in rule categories * fix styling errors --------- Co-authored-by: Nitin Kumar <[email protected]>
1 parent f76d05d commit 995b492

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/src/assets/scss/components/rules.scss

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,19 @@
1717
&:not(:first-child)::after {
1818
content: "";
1919
display: block;
20-
padding: 1px;
2120
border-left: 1px solid var(--divider-color);
2221
left: 0;
2322
}
2423
}
2524

26-
@media screen and (min-width: 768px) and (max-width: 1023px), screen and (min-width: 1440px) {
25+
@media screen and (min-width: 768px) and (max-width: 799px), screen and (min-width: 854px) and (max-width: 1023px), screen and (min-width: 1256px) {
2726
&:not(:first-child)::after {
2827
height: 70%;
2928
position: absolute;
3029
}
3130
}
3231

33-
@media screen and (min-width: 1024px) and (max-width: 1439px) {
32+
@media screen and (min-width: 800px) and (max-width: 853px), screen and (min-width: 1024px) and (max-width: 1255px) {
3433
&:nth-child(2)::after {
3534
height: 70%;
3635
position: absolute;

0 commit comments

Comments
 (0)