diff --git a/weblate_web/static/style.css b/weblate_web/static/style.css index e706766ce..c4baaa75a 100644 --- a/weblate_web/static/style.css +++ b/weblate_web/static/style.css @@ -844,6 +844,11 @@ div.wrap { margin-bottom: 80px; } +.wrap .alert { + min-height: 50px; + height: fit-content; +} + html[dir="rtl"] div.wrap { float: right; }