Skip to content

Commit

Permalink
style: [product-catalog] - min-width for filter input ID min/max
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Mar 27, 2024
1 parent c89c9c5 commit 049d4c8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
}
}

table tr.column-filters td[data-column-id^=id_] input {
min-width: 5rem;
}

// Create product modal
@import "create_product_modal";
// Multi shop list
Expand Down

0 comments on commit 049d4c8

Please sign in to comment.