(style) fix <NounsTemplatesTable>

This commit is contained in:
Valentyne Stigloher 2025-02-26 22:28:57 +01:00
parent 23d2504026
commit d9af447924

View File

@ -34,7 +34,12 @@ const templates = computed((): (MinimalNoun & { id: string })[] => {
</script>
<template>
<Table ref="table" :data="templates" fixed>
<Table
ref="table"
:data="templates"
fixed
:class="['nouns-table', config.nouns.nonbinary ? 'nouns-table-nonbinary' : '']"
>
<template #header>
<div v-for="gender in availableGenders(config)" :key="gender" class="d-none d-md-block bold">
<NounsGenderLabel :gender="gender" />