Skip to content

Commit

Permalink
Prevent input search from changing width when using it
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Jan 4, 2024
1 parent 3bb5dd9 commit 9629b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/vue/src/components/input/CInputSearch.vue
Expand Up @@ -21,8 +21,9 @@
/>
<b-input-group-append
v-if="showSubmittable"
:class="{ 'search-icon-border border-light': showSubmittableAndClearable }"
:class="{ 'search-icon-border border-light position-relative': showSubmittableAndClearable }"
class="bg-white m-0"
style="position: absolute; right: 0; top: 25%; z-index: 4;"
>
<b-button
:variant="isSubmittable ? 'outline-light' : 'link'"
Expand Down

0 comments on commit 9629b83

Please sign in to comment.