Skip to content

Commit

Permalink
fix: Add w-100 to input-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedElmdary committed Jun 4, 2024
1 parent cc46b89 commit 099eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/components/input_validator.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div ref="inputElement" class="input-validator">
<div ref="inputElement" class="input-validator w-100">
<slot
:props="{
onBlur,
Expand Down

0 comments on commit 099eae2

Please sign in to comment.