Skip to content

Commit 2e84213

Browse files
authored
docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#19304)
* docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View * Update rules.scss
1 parent 6e7361b commit 2e84213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787

8888
.rule__content {
8989
flex: 1 1 35ch;
90+
overflow-x: auto;
9091
}
9192

9293
.rule__name_wrapper {

0 commit comments

Comments
 (0)