1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +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 9348e3e4dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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