Fix table overflow
This commit is contained in:
parent
ecd68a718a
commit
772790e4e8
@ -154,12 +154,13 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
max-width: 100%;
|
display: flex;
|
||||||
margin: 1.5em auto;
|
flex-direction: column;
|
||||||
|
margin: 1.25em 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
td, th { padding: 0 1em }
|
td, th { padding-right: 2em }
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
Loading…
Reference in New Issue
Block a user