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