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