"Adjust label styling in OrdersPagination.vue for smaller font size and improved UI consistency."
This commit is contained in:
@@ -86,7 +86,7 @@ if (props.autoLoad) {
|
||||
<template #paginationColumns>
|
||||
<!-- Sort by created_at -->
|
||||
<div class="column is-narrow my-3">
|
||||
<label class="label">Order direction</label>
|
||||
<label class="label is-small">Order direction</label>
|
||||
<div class="control">
|
||||
<div class="select">
|
||||
<select @change="setOrder('created_at', $event.target.value); loadList();">
|
||||
|
||||
Reference in New Issue
Block a user