Skip to content
Snippets Groups Projects
Commit c69ebd88 authored by François Grand's avatar François Grand
Browse files

fix: fish ladder table: data column not aligned with header

refs #500
parent 3e01e556
No related branches found
No related tags found
1 merge request!155Resolve "Update to the last version of Angular"
Pipeline #139749 passed
......@@ -54,7 +54,7 @@
<p-table id="geometry" [columns]="cols" [value]="rows" class="pab-data-table" [resizableColumns]="false"
[autoLayout]="false" scrollable="false">
[autoLayout]="true" [scrollable]="false">
<ng-template pTemplate="header" let-columns>
<tr>
......
......@@ -203,7 +203,7 @@ field-set {
@extend .bg-error;
}
.p-datatable.p-component.p-datatable-scrollable.p-datatable-scrollable-vertical.p-datatable-responsive-stack {
.p-datatable.p-component.p-datatable-auto-layout.p-datatable-responsive-stack {
table.p-datatable-table {
thead.p-datatable-thead {
> tr {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment