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.
This commit is contained in:
Javi Martín
2023-01-30 15:21:21 +01:00
parent 1778a7563b
commit 9bca73bc8b

View File

@@ -2,7 +2,9 @@
text-align: center;
&.callout {
border: 0;
margin: 0;
overflow: visible;
padding: rem-calc(6);
[type="submit"] {