Merge pull request #6647 from Budibase/fix/automation-drawers
Fix drawer widths in automations section
This commit is contained in:
commit
dda4a63777
|
@ -82,6 +82,7 @@
|
|||
}
|
||||
|
||||
.fillWidth {
|
||||
left: 260px !important;
|
||||
width: calc(100% - 260px) !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue