1
0
Fork 0
mirror of synced 2024-06-30 12:00:31 +12:00

Fix drawer widths in automations section

This commit is contained in:
Andrew Kingston 2022-07-11 18:14:30 +01:00
parent ee4eae5f9c
commit aee82f04d4

View file

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