mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
(style) fix <NounsTemplatesTable>
This commit is contained in:
parent
23d2504026
commit
d9af447924
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user