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.
1 parent bc47aee commit b52eec5Copy full SHA for b52eec5
1 file changed
app/components/Button/Group.vue
@@ -1,6 +1,6 @@
1
<template>
2
<nav
3
- class="flex items-center shrink-0 ms-auto [&>*:not(:first-child)]:rounded-l-none [&>*:not(:first-child)]:border-l-0 [&>*:not(:last-child)]:rounded-r-none"
+ class="flex items-center shrink-0 ms-auto [&>*:not(:first-child)]:rounded-s-none [&>*:not(:first-child)]:border-s-0 [&>*:not(:last-child)]:rounded-e-none"
4
>
5
<slot />
6
</nav>
0 commit comments