fix: overflow in textinput in export dialog (#3284)

* fix: overflow in textinput in export dialog

* use width
This commit is contained in:
Aakansha Doshi 2021-03-20 18:21:48 +05:30 committed by GitHub
parent 9a13dd8836
commit 80a61db72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,9 @@
.TextInput {
height: calc(1rem - 3px);
width: 200px;
overflow: hidden;
text-align: center;
&--readonly {
background: none;