Skip to content

Commit

Permalink
fix: weird formatting (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdchang authored Jul 28, 2023
1 parent 3c7fc42 commit 502bc9e
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<!-- Toggle histograms & column summary charts -->
<div class="datatable-toolbar">
<span class="datatable-toolbar-item"
>{{ csvHeaders?.length || 'No' }} columns | {{ csvContent?.length || 'No' }} rows</span
>
<span class="datatable-toolbar-item"
>Show column summaries<InputSwitch v-model="showSummaries"
/></span>
<span class="datatable-toolbar-item">
{{ csvHeaders?.length || 'No' }} columns | {{ csvContent?.length || 'No' }} rows
</span>
<span class="datatable-toolbar-item">
Show column summaries<InputSwitch v-model="showSummaries" />
</span>
<span class="datatable-toolbar-item">
<MultiSelect
:modelValue="selectedColumns"
Expand Down Expand Up @@ -224,7 +224,6 @@ const setChartOptions = () => {
gap: 0.5rem;
}
.datatable-toolbar:deep(.p-multiselect .p-multiselect-label) {
padding: 0.5rem;
font-size: var(--font-caption);
Expand Down

0 comments on commit 502bc9e

Please sign in to comment.