Add width

pull/345/head
cagataycivici 2020-06-15 17:17:20 +03:00
parent 72c077f1ad
commit fe17211ebb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<Column header="Country" :sortable="true" sortField="country.name" filterField="country.name" filterMatchMode="contains"> <Column header="Country" :sortable="true" sortField="country.name" filterField="country.name" filterMatchMode="contains">
<template #body="slotProps"> <template #body="slotProps">
<span class="p-column-title">Country</span> <span class="p-column-title">Country</span>
<img src="../../assets/images/flag_placeholder.png" :class="'flag flag-' + slotProps.data.country.code" /> <img src="../../assets/images/flag_placeholder.png" :class="'flag flag-' + slotProps.data.country.code" width="30" />
<span style="vertical-align: middle; margin-left: .5em">{{slotProps.data.country.name}}</span> <span style="vertical-align: middle; margin-left: .5em">{{slotProps.data.country.name}}</span>
</template> </template>
<template #filter> <template #filter>