Merge pull request #3213 from mabashian/3158-related-groups-style

Fix styling on related groups labels after bootstrap upgrade

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-02-14 15:40:56 +00:00 committed by GitHub
commit ba5319f479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,8 @@
}
.LabelList-tagContainer {
display: inline-block;
display: flex;
padding-bottom: 5px;
}
.LabelList-tagContainer {
@ -56,7 +57,6 @@
border-bottom-right-radius: 5px;
color: @default-bg;
padding: 0 5px;
margin: 3px 0px;
align-items: center;
display: flex;
cursor: pointer;