1
0
Fork 0
mirror of synced 2024-07-13 18:26:06 +12:00

Merge pull request #6647 from Budibase/fix/automation-drawers

Fix drawer widths in automations section
This commit is contained in:
Andrew Kingston 2022-07-18 15:04:26 +01:00 committed by GitHub
commit dda4a63777

View file

@ -82,6 +82,7 @@
}
.fillWidth {
left: 260px !important;
width: calc(100% - 260px) !important;
}