Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Make sure the search button has set width
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Dec 13, 2022
1 parent d1880e1 commit 5a14396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VHeaderOld/VSearchBar/VSearchBarOld.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- @slot Extra information such as loading message or result count goes here. -->
<slot />
</VInputFieldOld>
<VSearchButtonOld type="submit" :size="size" />
<VSearchButtonOld type="submit" :size="size" class="md:!h-12 md:!w-12" />
</form>
</template>

Expand Down

0 comments on commit 5a14396

Please sign in to comment.