Skip to content
Snippets Groups Projects
Commit db91d33d authored by Kyle Doherty's avatar Kyle Doherty
Browse files

fix issue with flex squashing on filters in safari

parent 50ac6d45
Branches
Tags
No related merge requests found
......@@ -85,6 +85,7 @@
.Query-filter {
display: flex;
flex-shrink: 0;
font-size: 0.75em;
border: 2px solid transparent;
border-radius: var(--default-border-radius);
......@@ -97,6 +98,7 @@
.Filter-section {
display: flex;
align-items: center;
flex-shrink: 0;
}
.Query-filter .input {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment