Prevent text wrapping in list headers

This commit is contained in:
Benedikt Kulmann
2020-07-01 11:05:34 +02:00
parent e23615c764
commit 907d6cf58b
2 changed files with 5 additions and 5 deletions
+3 -3
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -7,8 +7,8 @@
<oc-table-cell type="head" v-text="$gettext('Username')" /> <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('Display name')" />
<oc-table-cell type="head" v-text="$gettext('Email')" /> <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" class="uk-text-nowrap" 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('Gid number')" />
<oc-table-cell shrink type="head" v-text="$gettext('Enabled')" /> <oc-table-cell shrink type="head" v-text="$gettext('Enabled')" />
</oc-table-row> </oc-table-row>
</oc-table-group> </oc-table-group>