Skip to content

Commit

Permalink
PATCH: remove specific style (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
LrxGaelle authored Oct 13, 2023
1 parent 75ec792 commit 449ec51
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 @@ -31,7 +31,7 @@
v-model="searchText"
class="m-6"
/>
<div v-if="filteredOptions.length === 0" class="p-x-6 p-b-6">
<div v-if="filteredOptions.length === 0">
<slot name="empty"></slot>
</div>
<ul class="bimdata-list m-b-6">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
v-model="searchText"
class="m-6"
/>
<div v-if="filteredOptions.length === 0" class="p-x-6 p-b-6">
<div v-if="filteredOptions.length === 0">
<slot name="empty"></slot>
</div>
<ul class="bimdata-list m-y-6">
Expand Down

0 comments on commit 449ec51

Please sign in to comment.