Skip to content

Commit d3cce6f

Browse files
authored
Make table responsive by adding block display and overflow properties (#2037)
1 parent 0b3e5f4 commit d3cce6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/css/content/general.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@
135135
.content-inner table {
136136
margin: 2em 0;
137137
border-collapse: collapse;
138+
display: block;
139+
overflow: auto;
138140
}
139141

140142
.content-inner th {

0 commit comments

Comments
 (0)