mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
Removed left/right border from search input
This commit is contained in:
parent
2191416805
commit
693b44f635
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
};
|
||||
</script>
|
||||
|
||||
<section class={`flex items-center py-2 ${size} ${clazz}`}>
|
||||
<section class={`flex border-b border-r-0 border-l-0 items-center py-2 ${size} ${clazz}`}>
|
||||
<div class="icon pl-4">
|
||||
<i class="icon-search-icon" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue