Pārlūkot izejas kodu

HUE-9485 [ui] Search input text is getting clipped

sreenaths 5 gadi atpakaļ
vecāks
revīzija
2817ff4b02

+ 4 - 2
desktop/core/src/desktop/js/components/SearchInput.vue

@@ -111,12 +111,14 @@
         position: absolute;
         border: none;
         box-shadow: none;
-        padding: 5px;
         margin: 0;
-        font-size: 15px;
         line-height: 15px;
         background-color: transparent;
 
+        width: 100%;
+        height: 100%;
+        box-sizing: border-box;
+
         &.magnify-icon-input {
           padding-left: 35px;
         }