fix: Fixes assignee and inbox name spacing issues (#6589)

This commit is contained in:
Sivin Varghese
2023-03-02 22:00:43 +05:30
committed by GitHub
parent a4fc0eef4b
commit a685e065da
6 changed files with 21 additions and 24 deletions

View File

@@ -240,6 +240,11 @@
}
}
.assignee-label {
margin-left: 0;
margin-right: var(--space-one);
}
.show-more--button {
margin: unset;
transform: rotate(180deg);
@@ -311,11 +316,6 @@
}
}
// Labels
.label {
direction: initial;
}
// Notification panel
.notification-wrap {
left: 0;