diff --git a/src/components/modal/modal.css b/src/components/modal/modal.css index e36e472ede5c9117e25520f2119dcb96b4a164bf..1bb4f196343e94658a56c140447ee91ce4a739aa 100644 --- a/src/components/modal/modal.css +++ b/src/components/modal/modal.css @@ -154,6 +154,13 @@ $sides: 20rem; .help-button { font-weight: normal; - padding-right: 0; font-size: 0.75rem; } + +[dir="ltr"] .help-button { + padding-right: 0; +} + +[dir="rtl"] .help-button { + padding-left: 0; +}