Skip to content

Commit 765e898

Browse files
committed
Remove responsive table style because of side effects
1 parent 1afac90 commit 765e898

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

css/base.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,9 @@ pre {
110110
border-radius: 3px;
111111
}
112112
table {
113-
display: block;
114113
border-collapse: collapse;
115114
max-width: 100%;
116-
overflow-x: auto;
117-
margin: 1em 0;
118-
padding-bottom: 1em;
115+
margin: 1em 0 1.5em;
119116
}
120117
tr.even {
121118
background-color: initial;

0 commit comments

Comments
 (0)