Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Mar 4, 2020
1 parent 1abba1b commit 2ed2c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/views/datatable/DataTableDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<Column headerStyle="width: 8em; text-align: center" bodyStyle="text-align: center; overflow: visible">
<template #header>
<span class="p-column-title">Options</span>
<Button type="button" icon="pi pi-cog" class="p-column-filter p-button-secondary" style="width:auto"></Button>
<Button type="button" icon="pi pi-cog" class="p-button-secondary" style="width:auto;margin-top: 1em"></Button>
</template>
<template #body>
<Button type="button" icon="pi pi-cog" class="p-button-secondary"></Button>
Expand Down
3 changes: 1 addition & 2 deletions src/views/datatable/DataTableDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2389,8 +2389,7 @@ export default {
&lt;/Column&gt;
&lt;Column headerStyle="width: 8em; text-align: center" bodyStyle="text-align: center; overflow: visible"&gt;
&lt;template #header&gt;
&lt;span class="p-column-title"&gt;Options&lt;/span&gt;
&lt;Button type="button" icon="pi pi-cog" class="p-column-filter p-button-secondary" style="width:auto"&gt;&lt;/Button&gt;
&lt;Button type="button" icon="pi pi-cog" class="p-button-secondary" style="width:auto;margin-top: 1em"&gt;&lt;/Button&gt;
&lt;/template&gt;
&lt;template #body&gt;
&lt;Button type="button" icon="pi pi-cog" class="p-button-secondary"&gt;&lt;/Button&gt;
Expand Down

0 comments on commit 2ed2c7a

Please sign in to comment.