mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
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
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
|||
|
||||
.TextInput {
|
||||
height: calc(1rem - 3px);
|
||||
width: 200px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
|
||||
&--readonly {
|
||||
background: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue