diff --git a/src/snapshots/templates/article.css.j2 b/src/snapshots/templates/article.css.j2 index ae935af..d5464b8 100644 --- a/src/snapshots/templates/article.css.j2 +++ b/src/snapshots/templates/article.css.j2 @@ -275,6 +275,10 @@ body[data-current-link] .snap-link-warning-popup { margin-bottom: 32px; } +.snap-link-warning-popup__content:dir(rtl) { + text-align: right; +} + .snap-link-warning-popup__button { display: flex; align-items: center;