fix proficiency cell alignment in collection row
This commit is contained in:
parent
306ae711ab
commit
ab5ed25a9e
1 changed files with 3 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
<div class="proficiency-cell">
|
<div class="proficiency-cell">
|
||||||
{#each proficiencies as proficiency}
|
{#each proficiencies as proficiency}
|
||||||
<ProficiencyLabel {proficiency} size="small" />
|
<ProficiencyLabel {proficiency} size="medium" />
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
@ -173,5 +173,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: $unit-half;
|
gap: $unit-half;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
min-width: 130px;
|
||||||
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue