fix: Update spacing for the priority icon in the inbox views (#6993)

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Shivam Mishra
2023-04-26 22:51:30 +05:30
committed by GitHub
parent cae1e30160
commit 74afb785c2

View File

@@ -443,11 +443,11 @@ export default {
.conversation-metadata-attributes {
display: flex;
gap: var(--space-small);
margin-left: var(--space-small);
}
.assignee-label {
display: inline-flex;
margin-left: var(--space-small);
max-width: 50%;
}
}