Prevent text wrapping in list headers

This commit is contained in:
Benedikt Kulmann
2020-07-01 10:33:42 +02:00
parent e23615c764
commit 907d6cf58b
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -7,8 +7,8 @@
<oc-table-cell type="head" v-text="$gettext('Username')" />
<oc-table-cell type="head" v-text="$gettext('Display name')" />
<oc-table-cell type="head" v-text="$gettext('Email')" />
<oc-table-cell shrink type="head" v-text="$gettext('Uid number')" />
<oc-table-cell shrink type="head" v-text="$gettext('Gid number')" />
<oc-table-cell shrink type="head" class="uk-text-nowrap" v-text="$gettext('Uid number')" />
<oc-table-cell shrink type="head" class="uk-text-nowrap" v-text="$gettext('Gid number')" />
<oc-table-cell shrink type="head" v-text="$gettext('Enabled')" />
</oc-table-row>
</oc-table-group>