correct input[type=submit] height and white-space wrapping (#25498)

This commit is contained in:
Elias Showk 2018-07-26 16:59:24 +02:00
parent 94dc643be9
commit 7aeadc48ef
1 changed files with 2 additions and 0 deletions

View File

@ -304,6 +304,8 @@ div#main-content {
}
}
input[type=submit] {
white-space: normal;
min-height: 2.5em;
width: 35%;
@media screen and (max-width: $mobile-limit) {
width: 70%;