Skip to content

Commit b52eec5

Browse files
committed
fix: l-to-r
1 parent bc47aee commit b52eec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Button/Group.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<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"
3+
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"
44
>
55
<slot />
66
</nav>

0 commit comments

Comments
 (0)