Skip to content

Commit 0d0c6c0

Browse files
committed
fix(CToast): rtl margins for header and CButtonClose
1 parent 1401dee commit 0d0c6c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/toast/CToast.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
class="toast-header"
1313
>
1414
<slot name="header">
15-
<strong class="mr-auto">{{header}}</strong>
15+
<strong class="mfe-auto">{{header}}</strong>
1616
</slot>
1717
<CButtonClose
1818
v-if="props.closeButton"
1919
@click="close()"
20-
class="ml-2 mb-1"
20+
class="mfs-2 mb-1"
2121
/>
2222
</div>
2323
<div class="toast-body">

0 commit comments

Comments
 (0)