Table rows in classic editor
-
Hi! In the classic editor (which is what we use) the table content rows are inexplicably set to ‘min-height: 52px;’
.jexcel > tbody > tr::after {
content: “”;
display: inline-block;
min-height: 52px;
}
This makes the tables very long with a ton of white space. If you must have a min height could it be something like 12px?
Thanks!The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Table rows in classic editor’ is closed to new replies.