Skip to content

Commit a75aa60

Browse files
Merge pull request #46 from gpac/fix-properties-display
fix(filters_properties): prevent horizontal scroll in properties tables
2 parents 9b22e5e + a990100 commit a75aa60

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,18 @@
188188
background-color: #ffffff;
189189
}
190190
}
191+
192+
193+
.md-typeset__scrollwrap table {
194+
width: 100%;
195+
table-layout: fixed;
196+
}
197+
198+
/* Force wrapping in long text */
199+
.md-typeset__scrollwrap td,
200+
.md-typeset__scrollwrap th {
201+
white-space: normal;
202+
overflow-wrap: anywhere;
203+
word-break: break-word;
204+
}
205+

0 commit comments

Comments
 (0)