Fixed the overflow within the CSS editor

This commit is contained in:
WolverinDEV 2020-08-20 23:33:33 +02:00
parent 4c49330bef
commit 145e32f958

View file

@ -204,6 +204,11 @@
flex-shrink: 0;
margin-left: .5em;
input {
width: 0;
height: 0;
}
}
.input {