1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00

Fix drawer widths in automations section

This commit is contained in:
Andrew Kingston 2022-07-11 18:14:30 +01:00
parent fde38419a1
commit 53a0c578cc

View file

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