diff --git a/src/app/file-viewer/file-viewer.component.css b/src/app/file-viewer/file-viewer.component.css
index b634982..478abc9 100644
--- a/src/app/file-viewer/file-viewer.component.css
+++ b/src/app/file-viewer/file-viewer.component.css
@@ -2,11 +2,3 @@
display: block;
height: 100%;
}
-
-/* Default column widths */
-th,
-td {
- width: 200px;
- max-width: 200px;
- min-width: 200px;
-}
diff --git a/src/app/file-viewer/file-viewer.component.ts b/src/app/file-viewer/file-viewer.component.ts
index c9474bb..e9967e4 100644
--- a/src/app/file-viewer/file-viewer.component.ts
+++ b/src/app/file-viewer/file-viewer.component.ts
@@ -61,6 +61,7 @@ import { InputIconModule } from 'primeng/inputicon';
pReorderableColumn
pResizableColumn
[pSortableColumn]="col.name"
+ class="w-3xs min-w-3xs max-w-3xs"
>
{{ col.name }}
@@ -72,7 +73,7 @@ import { InputIconModule } from 'primeng/inputicon';
@for (col of columns; track $index) {
- |
+ |
{{ rowData[col.name] }}
|
}
@@ -81,7 +82,7 @@ import { InputIconModule } from 'primeng/inputicon';
@for (col of columns; track $index) {
- |
+ |
|
}