Skip to content

Commit 407e5f7

Browse files
Merge pull request #190 from PrestaShopCorp/ACCOUNT-1963
feat: responsive panel account
2 parents b5963bf + 80ba506 commit 407e5f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/panel/accountSubComponents/AccountLinkToUi.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<template>
22
<div
3-
class="acc-gap-2 acc-items-center acc-flex"
3+
class="acc-gap-8 md:acc-gap-2 acc-items-center acc-flex"
44
>
55
<puik-button
66
v-if="shops.length"
77
id="associate-shop-button"
8+
class="acc-w-1/2 md:acc-w-auto"
89
:disabled="!isSuperAdmin"
910
data-testid="account-link-to-ui-link-shop-button"
1011
@click="openLinkShopModal()"
@@ -15,6 +16,7 @@
1516
<puik-button
1617
v-if="hasShopsLinked"
1718
id="manage-shops-button"
19+
class="acc-w-1/2 md:acc-w-auto"
1820
variant="secondary"
1921
data-testid="account-link-to-ui-manage-shops-button"
2022
:disabled="!isSuperAdmin"

0 commit comments

Comments
 (0)