Resolve "Filter bar height changes when items are added"

This commit is contained in:
Andrea Leone 2018-09-11 13:02:25 +00:00 committed by Annabel Dunstone Gray
parent c56f2b9615
commit 49c565c9bf
2 changed files with 7 additions and 2 deletions

View File

@ -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;

View File

@ -0,0 +1,5 @@
---
title: Fix filter bar height bug when a tag is added
merge_request:
author:
type: fixed