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
1 changed files with 1 additions and 0 deletions

View File

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