Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6d8f2c7

Browse files
committed
fix(b-toast): fixes the direction of the toaster close icon in rtl version
1 parentc645a33 commit6d8f2c7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎src/components/toast/_toast.scss‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@
3636
opacity:0;
3737
}
3838

39+
// fix close icon in rtl direction
40+
.toast-header {
41+
.close {
42+
[dir="rtl"]& {
43+
margin-left:unset!important;// override bootstrap's ml-auto class
44+
margin-right:auto;
45+
}
46+
}
47+
}
48+
3949
.toast-body {
4050
display:block;// Needed when we use a link as the body element
4151
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp