Skip to content

Commit febc15f

Browse files
committed
fix css gap
1 parent 997c699 commit febc15f

File tree

1 file changed

+1
-1
lines changed
  • packages/experiments-realm/productivity

1 file changed

+1
-1
lines changed

packages/experiments-realm/productivity/task.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ class Fitted extends Component<typeof Task> {
342342
.short-id-container {
343343
display: flex;
344344
align-items: center;
345-
gap: var(--boxel-sp-3xs);
345+
gap: var(--boxel-sp-xxxs);
346346
margin-left: auto;
347347
}
348348
.short-id {

0 commit comments

Comments
 (0)