Skip to content

Commit

Permalink
style: fix skeleton size and spacing while loading monitoring caniste…
Browse files Browse the repository at this point in the history
…r data (#1023)

Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker authored Jan 9, 2025
1 parent 25702cd commit b3c816d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/frontend/src/lib/components/canister/Canister.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@
font-size: var(--font-size-small);
min-width: var(--padding-8x);
--skeleton-text-padding: 0;
&:not(:last-of-type):after {
content: '';
border-right: 1px solid currentColor;
Expand Down

0 comments on commit b3c816d

Please sign in to comment.