mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix elements alignment in dropdown tags [SCI-8456]
This commit is contained in:
parent
cabd6bbed5
commit
201117298b
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@
|
|||
}
|
||||
|
||||
.tag-label {
|
||||
display: inline-block;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-right: 5px;
|
||||
max-width: 240px;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue