pre-saint-gervais: patch display of tracking code input (#41669)

This commit is contained in:
Thomas Jund 2020-04-15 11:39:19 +02:00
parent 43f0513a6f
commit b29a69bc66
1 changed files with 5 additions and 1 deletions

View File

@ -143,8 +143,12 @@ div#search-top-wrapper {
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
p:first-child {
margin-top: 0;
}
input {
flex: 1;
flex-grow: 1;
margin-right: 1rem;
}
button {