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

@@ -12,7 +12,7 @@
<a v-else :href="href" :style="anchorStyle">{{ title }}</a>
<button
v-if="showClose"
class="label-close--button "
class="label-close--button"
:style="{ color: textColor }"
@click="onClick"
>
@@ -108,6 +108,7 @@ export default {
display: inline-flex;
align-items: center;
font-weight: var(--font-weight-medium);
gap: var(--space-smaller);
margin-right: var(--space-smaller);
margin-bottom: var(--space-smaller);
padding: var(--space-smaller);
@@ -126,9 +127,6 @@ export default {
.label--icon {
cursor: pointer;
}
.label-color-dot {
margin-right: var(--space-smaller);
}
&.small .label--icon,
&.small .close--icon {
@@ -209,7 +207,6 @@ export default {
.label-close--button {
color: var(--s-800);
margin-bottom: var(--space-minus-micro);
margin-left: var(--space-smaller);
border-radius: var(--border-radius-small);
cursor: pointer;
@@ -232,7 +229,6 @@ export default {
width: var(--space-slab);
height: var(--space-slab);
border-radius: var(--border-radius-small);
margin-right: var(--space-smaller);
box-shadow: var(--shadow-small);
}
.label.small .label-color-dot {