feat(ui) : improve mobile responsiveness — breadcrumb truncation, tabs scroll, form grids

This commit is contained in:
2026-04-04 17:25:36 +02:00
parent 7f91b30bf6
commit 5b06e2ba51
7 changed files with 89 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<nav class="tabs tabs-bordered mb-6" role="tablist" :aria-label="ariaLabel">
<nav class="tabs tabs-bordered mb-6 overflow-x-auto flex-nowrap" role="tablist" :aria-label="ariaLabel">
<button
v-for="tab in tabs"
:key="tab.key"