Skip to content

Commit 30cf55c

Browse files
committed
fix(select): missing box-sizing on MenuOption component
1 parent 51d88a1 commit 30cf55c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/MenuOption.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ watch(
5858
</template>
5959

6060
<style lang="css" scoped>
61+
* {
62+
box-sizing: border-box;
63+
}
64+
6165
.menu-option {
6266
display: flex;
6367
width: var(--vs-option-width);

0 commit comments

Comments
 (0)