"Update TableLabeledPagination.vue: adjust label styling and class for improved readability"

This commit is contained in:
Jeppe Bundgaard
2025-12-10 14:25:47 +01:00
parent 3071e7f777
commit b035da7984
@@ -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 -->