Skip to content
Snippets Groups Projects
Commit 9dbd2598 authored by David Dorchies's avatar David Dorchies :zany_face:
Browse files

fix: small column widths

Column widths are now equal

Refs #562
parent 884ef4d3
No related branches found
No related tags found
1 merge request!161Resolve "PAB: Bugs de format du tableau NgPrime"
Pipeline #139757 passed
......@@ -53,8 +53,7 @@
</div>
<p-table id="geometry" [columns]="cols" [value]="rows" class="pab-data-table" [resizableColumns]="false"
[autoLayout]="true" [scrollable]="false">
<p-table id="geometry" [columns]="cols" [value]="rows" class="pab-data-table">
<ng-template pTemplate="header" let-columns>
<tr>
......
......@@ -203,7 +203,7 @@ field-set {
@extend .bg-error;
}
.p-datatable.p-component.p-datatable-auto-layout.p-datatable-responsive-stack {
div {
table.p-datatable-table {
thead.p-datatable-thead {
> tr {
......@@ -232,7 +232,8 @@ field-set {
}
> td {
&:nth-child(1) {
width: 50px;
width: 12.5%;
min-width: 50px;
}
font-size: .7em;
&.readonly-cell {
......
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