diff --git a/src/lib/components/collection/CollectionCharacterRow.svelte b/src/lib/components/collection/CollectionCharacterRow.svelte index 96ba6267..27638b4a 100644 --- a/src/lib/components/collection/CollectionCharacterRow.svelte +++ b/src/lib/components/collection/CollectionCharacterRow.svelte @@ -75,7 +75,7 @@
{#each proficiencies as proficiency} - + {/each}
@@ -173,5 +173,7 @@ display: flex; gap: $unit-half; flex-shrink: 0; + min-width: 130px; + justify-content: flex-end; }