fix: overflow in textinput in export dialog (#3284)
* fix: overflow in textinput in export dialog * use width
This commit is contained in:
parent
9a13dd8836
commit
80a61db72f
@ -34,6 +34,9 @@
|
||||
|
||||
.TextInput {
|
||||
height: calc(1rem - 3px);
|
||||
width: 200px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
|
||||
&--readonly {
|
||||
background: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user