Skip to content

Commit ff0a6f2

Browse files
committed
Shorten Markdown table comment
1 parent 2546d1a commit ff0a6f2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

www/src/assets/css/input.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@
178178
padding: 0 !important;
179179
}
180180

181-
/* Wide markdown tables scroll sideways; component styles can override
182-
these low-specificity defaults. */
181+
/* Let wide Markdown tables scroll; :where() keeps this overridable. */
183182
@media (width < 40rem) {
184183
.prose :where(table) {
185184
display: block;

0 commit comments

Comments
 (0)