fix(node): revert table css selector, add new specific selector [r8s-331] (#1170)

pull/12074/merge
Ali 2025-09-11 10:53:35 +12:00 committed by GitHub
parent 5418a0bee6
commit acb465ae33
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@
/* tables inside widgets should extend the full width of the widget, with 20px table cell padding padding on the left and right */
.widget-body:not(.no-padding) > .table,
.widget-body:not(.no-padding) > .widget-content .table {
.widget-body:not(.no-padding) > .widget-content > .table,
.widget-body:not(.no-padding) > .widget-content > form > .table {
margin: 0 -20px;
width: calc(100% + 40px);
max-width: calc(100% + 40px);