Skip to content

Commit

Permalink
fix search bar width
Browse files Browse the repository at this point in the history
  • Loading branch information
LrxGaelle committed Oct 5, 2023
1 parent 2a6c838 commit 0b4e164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BIMDataComponents/BIMDataSelect/BIMDataSelectMulti.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div v-show="!disabled && isOpen" class="bimdata-select__option-list">
<BIMDataSearch
v-if="search"
width="94%"
width="calc(100% - 12px)"
color="primary"
radius
:placeholder="searchPlaceholder"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div v-show="!disabled && isOpen" class="bimdata-select__option-list">
<BIMDataSearch
v-if="search"
width="94%"
width="calc(100% - 12px)"
color="primary"
radius
:placeholder="searchPlaceholder"
Expand Down

0 comments on commit 0b4e164

Please sign in to comment.