We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba926bf commit 4aad85eCopy full SHA for 4aad85e
packages/experiments-realm/task.gts
@@ -118,7 +118,7 @@ export class FittedTask extends Component<typeof TaskBase> {
118
{{/if}}
119
</div>
120
<div class='short-id-container'>
121
- <ChevronsUp width='14px' height='14px' />
+ <@fields.priority @format='atom' />
122
<span class='short-id'>{{@model.shortId}}</span>
123
124
</header>
@@ -204,7 +204,7 @@ export class FittedTask extends Component<typeof TaskBase> {
204
.short-id-container {
205
display: flex;
206
align-items: center;
207
- gap: var(--boxel-sp-3xs);
+ gap: var(--boxel-sp-xxxs);
208
margin-left: auto;
209
}
210
.short-id {
0 commit comments