Fix drawer widths in automations section
This commit is contained in:
parent
ee4eae5f9c
commit
aee82f04d4
|
@ -82,6 +82,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.fillWidth {
|
.fillWidth {
|
||||||
|
left: 260px !important;
|
||||||
width: calc(100% - 260px) !important;
|
width: calc(100% - 260px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue