فهرست منبع

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

* fix: overflow in textinput in export dialog

* use width
Aakansha Doshi 4 سال پیش
والد
کامیت
80a61db72f
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/components/ExportDialog.scss

+ 3 - 0
src/components/ExportDialog.scss

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