prevent search bar from shrinking (#3567)

This commit is contained in:
Raymond Hill 2018-03-04 18:23:01 -05:00
parent 65e55549c7
commit 1205156ca3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
align-items: center;
background-color: #eee;
display: flex;
flex-shrink: 0;
justify-content: center;
padding: 4px 8px;
/* position: absolute; */