Fix custom tag layout which regressed in #5309

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2020-10-29 16:54:47 -05:00
parent 3c9cc636c4
commit c636dc0ed3
No known key found for this signature in database
GPG key ID: 37419210002890EF
2 changed files with 1 additions and 5 deletions

View file

@ -32,6 +32,7 @@ $groupFilterPanelWidth: 56px; // only applies in this file, used for calculation
// Create another flexbox so the GroupFilterPanel fills the container
display: flex;
flex-direction: column;
// GroupFilterPanel handles its own CSS
}