made Brush width edit field narrower

the "trigger sensitive Width" checkBox text was cut off
This commit is contained in:
SilverfishVR 2022-08-25 00:12:02 +02:00
parent 4429fd17c5
commit 6407bd7dff

View file

@ -34,7 +34,7 @@
}
.property.range input[type=number] {
margin-left: 0.8rem;
width: 5.4rem;
width: 3.4rem;
height: 1.8rem;
}
.brushButton {