fix: Shopping list top buttons layout (margin and row wrapping) (#6091)

This commit is contained in:
Patrick Lehner (he/him)
2025-09-03 18:26:25 +09:00
committed by GitHub
parent 6bfbc7ca0a
commit 1cdf43c599

View File

@@ -38,8 +38,8 @@
<BasePageTitle divider>
<template #header>
<v-container>
<v-row>
<v-container class="px-0">
<v-row no-gutters>
<v-col
class="text-left"
>
@@ -62,6 +62,7 @@
</v-col>
<v-col class="d-flex justify-end">
<BaseButtonGroup
class="d-flex"
:buttons="[
{
icon: $globals.icons.contentCopy,