fix: the text in the search button is not displayed in the small screen

This commit is contained in:
Percy
2021-06-16 12:33:41 +00:00
committed by Vincent Breitmoser
parent 2ec10fc40a
commit 4d8bb36824

View File

@@ -186,6 +186,13 @@ abbr {
padding: 0 15%;
}
@media screen and (min-width: 450px) {
.search, .upload, .manage {
display: flex;
padding: 0 15%;
}
}
.manageEmail, .searchTerm, .fileUpload {
flex-grow: 1;
border: 3px solid;