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