mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 07:09:02 +02:00
Merge pull request #23489 from overleaf/rd-fix-label-alignment-project-dashboard
[web] Fix the label alignment of tags GitOrigin-RevId: fe0a530131148fc166b16c968dcec12a082a7413
This commit is contained in:
+9
-5
@@ -111,11 +111,15 @@ function TagsDropdown() {
|
||||
)
|
||||
}
|
||||
>
|
||||
<span
|
||||
className="badge-tag-circle align-self-center ms-0"
|
||||
style={{ backgroundColor: getTagColor(tag) }}
|
||||
/>
|
||||
<span className="text-truncate">{tag.name}</span>
|
||||
<div className="badge-tag-content">
|
||||
<span className="badge-prepend">
|
||||
<i
|
||||
className="badge-tag-circle align-self-center ms-0"
|
||||
style={{ backgroundColor: getTagColor(tag) }}
|
||||
/>
|
||||
</span>
|
||||
<span className="text-truncate">{tag.name}</span>
|
||||
</div>
|
||||
</DropdownItem>
|
||||
</li>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user