fix: rtl text alignment on link popup
This commit is contained in:
parent
ac7ddd44f6
commit
dcc98ed1db
1 changed files with 4 additions and 0 deletions
|
|
@ -275,6 +275,10 @@ body[data-current-link] .snap-link-warning-popup {
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.snap-link-warning-popup__content:dir(rtl) {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
.snap-link-warning-popup__button {
|
.snap-link-warning-popup__button {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue