We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5963bf + 80ba506 commit 407e5f7Copy full SHA for 407e5f7
src/components/panel/accountSubComponents/AccountLinkToUi.vue
@@ -1,10 +1,11 @@
1
<template>
2
<div
3
- class="acc-gap-2 acc-items-center acc-flex"
+ class="acc-gap-8 md:acc-gap-2 acc-items-center acc-flex"
4
>
5
<puik-button
6
v-if="shops.length"
7
id="associate-shop-button"
8
+ class="acc-w-1/2 md:acc-w-auto"
9
:disabled="!isSuperAdmin"
10
data-testid="account-link-to-ui-link-shop-button"
11
@click="openLinkShopModal()"
@@ -15,6 +16,7 @@
15
16
17
v-if="hasShopsLinked"
18
id="manage-shops-button"
19
20
variant="secondary"
21
data-testid="account-link-to-ui-manage-shops-button"
22
0 commit comments