Fixed CSS for longer radio button labels in control table
This commit is contained in:
parent
e9971b843b
commit
de2a0da286
1 changed files with 2 additions and 2 deletions
|
|
@ -97,10 +97,10 @@ TODO: better recognition than max-width, full design parity to ha/lovelace*/
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
.buttons {
|
.buttons {
|
||||||
width: 30%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
.colors {
|
.colors {
|
||||||
width: 70%;
|
width: 65%;
|
||||||
}
|
}
|
||||||
.controls {
|
.controls {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue