Fixed the overflow within the CSS editor
This commit is contained in:
parent
4c49330bef
commit
145e32f958
1 changed files with 5 additions and 0 deletions
|
@ -204,6 +204,11 @@
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
margin-left: .5em;
|
margin-left: .5em;
|
||||||
|
|
||||||
|
input {
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.input {
|
.input {
|
||||||
|
|
Loading…
Add table
Reference in a new issue