Skip to content

Commit

Permalink
Fix tailwind broken design
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunshon committed Nov 22, 2023
1 parent 7e5be99 commit 25fae4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/admin/pages/AddVendor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ export default {
.dokan-form-group {
margin: 0 10px;
overflow: hidden;
display: flex;
flex-wrap: wrap;
&:after,
&:before {
Expand Down
2 changes: 1 addition & 1 deletion src/admin/pages/VendorPaymentFields.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>

<div class="content-body">
<div class="dokan-form-group flex flex-wrap">
<div class="dokan-form-group">
<div class="column">
<label for="account-name">{{ __( 'Account Name', 'dokan-lite') }}</label>
<input type="text" id="account-name" class="dokan-form-input" v-model="vendorInfo.payment.bank.ac_name" :placeholder="__( 'Account Name', 'dokan-lite')">
Expand Down

0 comments on commit 25fae4f

Please sign in to comment.