Fix overflow

This commit is contained in:
Omar Roth 2019-09-04 22:35:39 -04:00
parent 25d8a9d76d
commit 57c113fbcc
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

View File

@ -33,6 +33,10 @@
padding: 0.5em; padding: 0.5em;
} }
.content {
overflow-x: overlay;
}
.pure-table { .pure-table {
width: 100%; width: 100%;
} }