"Update TableLabeledPagination.vue: adjust label styling and class for improved readability"
This commit is contained in:
@@ -25,7 +25,7 @@ const isSmall = ref(window.innerWidth < 1024);
|
||||
<template>
|
||||
<div>
|
||||
<!-- Label -->
|
||||
<h2 class="subtitle is-5 mb-4">{{ props.label }}</h2>
|
||||
<h2 class="title is-4 mb-4">{{ label }}</h2>
|
||||
<!-- Search & reload -->
|
||||
<PaginationDisplayGeneralSearchReload/>
|
||||
<!-- Filters -->
|
||||
|
||||
Reference in New Issue
Block a user