From 9bca73bc8bd030617ef117ed1f8b12a26fe3d40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 30 Jan 2023 15:21:21 +0100 Subject: [PATCH] Fix background width in remote translations message The `overflow: hidden` applied to the `.callout` selector made the full width background invisible, meaning this section hasn't looked properly on very large screens since commit 701378d02. --- app/assets/stylesheets/layout/remote_translations_button.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/layout/remote_translations_button.scss b/app/assets/stylesheets/layout/remote_translations_button.scss index 0c1eafe41..e9f725ec5 100644 --- a/app/assets/stylesheets/layout/remote_translations_button.scss +++ b/app/assets/stylesheets/layout/remote_translations_button.scss @@ -2,7 +2,9 @@ text-align: center; &.callout { + border: 0; margin: 0; + overflow: visible; padding: rem-calc(6); [type="submit"] {