Fix overflowing table cells (#238)

This commit is contained in:
Navaneeth Pk 2021-06-12 09:07:47 +05:30 committed by GitHub
parent e7b63cf233
commit 4e71ffaf99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -732,6 +732,7 @@ body {
td {
min-height: 35px;
overflow-x: scroll;
.text-container {
padding: 0px;