Skip to content

Commit

Permalink
adjusted columns width in wildfire table in desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Oct 30, 2024
1 parent 8608230 commit 2b04bf4
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tr {

table {
border: 1;
width: 96%;
table-layout: fixed;
}

td {
Expand Down Expand Up @@ -312,7 +312,7 @@ table tr:nth-child(even) td {
}

.mat-column-fireName {
width: 25%;
width: 24%;
font-size: 15px !important;
font-weight: 600 !important;
line-height: 16px !important;
Expand All @@ -325,23 +325,23 @@ table tr:nth-child(even) td {
}

.mat-column-fireCentre {
width: 13%;
width: 15%;
}

.mat-column-location {
width: 13%;
width: 18%;
}

.mat-column-lastUpdated {
width: 12%;
width: 10%;
}

.mat-column-discoveryDate {
width: 12%;
}

.mat-column-viewMap {
width:10%;
width:6%;
}

.cell-button {
Expand Down

0 comments on commit 2b04bf4

Please sign in to comment.