Skip to content

Commit

Permalink
Remove fixed width for dashboard import msg column
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Dec 16, 2024
1 parent 1b7a1f0 commit 249cba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dashview/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</span>
</template>
</Column>
<Column field="trackingInfo.message" class="w-96" header="Note"></Column>
<Column field="trackingInfo.message" header="Note"></Column>
</DataTable>

<!-- this div is needed to get pager to the bottom on big screens-->
Expand Down

0 comments on commit 249cba2

Please sign in to comment.