Fix new plans page table header does not occupy full height for all of its children on Chrome

GitOrigin-RevId: a69c20057ff1563e6f6e93c87e4ac3a0c010885d
This commit is contained in:
M Fahru
2024-06-14 23:06:00 -07:00
committed by Copybot
parent 9309df9a13
commit bdf8927cdf

View File

@@ -267,14 +267,14 @@
font-weight: normal;
}
// dynamic height on table head
thead {
tr {
height: 100%;
// the following rules are used to make every .plans-new-table-header-content
// occupy the whole height dynamically
height: fit-content;
thead tr {
height: 100%;
th {
height: 100%;
}
.plans-new-table-header-content {
height: 100%;
}
}
}
@@ -318,7 +318,6 @@
.plans-new-table-header-content {
display: flex;
flex-direction: column;
height: 100%;
position: relative;
.plans-new-table-header-title {