mirror of https://github.com/portainer/portainer
fix(node): revert table css selector, add new specific selector [r8s-331] (#1170)
parent
5418a0bee6
commit
acb465ae33
|
@ -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 */
|
/* 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) > .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;
|
margin: 0 -20px;
|
||||||
width: calc(100% + 40px);
|
width: calc(100% + 40px);
|
||||||
max-width: calc(100% + 40px);
|
max-width: calc(100% + 40px);
|
||||||
|
|
Loading…
Reference in New Issue