Skip to content

Commit

Permalink
Fix QueryHeader wrapping behavior for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldutra committed Dec 11, 2019
1 parent d45357b commit 37c9b46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/app/pages/queries/components/query-page-header.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
}

.page-title {
display: flex;
align-items: center;
flex: 1 1 auto;
flex-wrap: wrap;
}

.tags-control a {
Expand Down

0 comments on commit 37c9b46

Please sign in to comment.