scss: let file upload error message wrap (#35339)

This commit is contained in:
Frédéric Péters 2019-09-09 20:46:43 +02:00
parent 98875a8209
commit 75e538f436
1 changed files with 2 additions and 0 deletions

View File

@ -525,11 +525,13 @@ span.geoloc-error {
padding-left: 0.7em;
white-space: nowrap;
transition: background linear 0.1s;
box-sizing: border-box;
}
&.upload-error .bar {
background: #FF7575;
color: black;
width: 100% !important;
white-space: normal;
}
}