Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2023-04-04 20:38:42 +02:00
commit 8d00db1522
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -265,6 +265,9 @@ fieldset.submit-buttons input {
font-size: 13px;
outline: 3px dashed transparent;
outline-offset: -4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 450px;
min-width: 100%;
max-width: 100%;