Fix elements alignment in dropdown tags [SCI-8456]

This commit is contained in:
Anton 2023-05-18 13:29:13 +02:00
parent cabd6bbed5
commit 201117298b

View file

@ -102,7 +102,8 @@
}
.tag-label {
display: inline-block;
align-items: center;
display: flex;
margin-right: 5px;
max-width: 240px;
overflow: hidden;