mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
Fix overflowing table cells (#238)
This commit is contained in:
parent
e7b63cf233
commit
4e71ffaf99
1 changed files with 1 additions and 0 deletions
|
|
@ -732,6 +732,7 @@ body {
|
|||
|
||||
td {
|
||||
min-height: 35px;
|
||||
overflow-x: scroll;
|
||||
|
||||
.text-container {
|
||||
padding: 0px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue