Resolve "Filter bar height changes when items are added"
This commit is contained in:
parent
c56f2b9615
commit
49c565c9bf
2 changed files with 7 additions and 2 deletions
|
@ -92,8 +92,8 @@
|
|||
display: -webkit-flex;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
|
||||
.selectable {
|
||||
display: -webkit-flex;
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix filter bar height bug when a tag is added
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue