From 80a61db72fbc097d4ade6256de7c2e4d78271fd3 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Sat, 20 Mar 2021 18:21:48 +0530 Subject: [PATCH] fix: overflow in textinput in export dialog (#3284) * fix: overflow in textinput in export dialog * use width --- src/components/ExportDialog.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/ExportDialog.scss b/src/components/ExportDialog.scss index 577cb12b9b..7621c8b524 100644 --- a/src/components/ExportDialog.scss +++ b/src/components/ExportDialog.scss @@ -34,6 +34,9 @@ .TextInput { height: calc(1rem - 3px); + width: 200px; + overflow: hidden; + text-align: center; &--readonly { background: none;