Skip to content

Commit 0f8b440

Browse files
author
Kristan Kenney
committed
Increase size of icons in table header
1 parent 908c837 commit 0f8b440

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/css/styles.min.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,6 +1588,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
15881588
color: #707070;
15891589
padding: 0 0 0 14px;
15901590
overflow: hidden;
1591+
line-height: 1rem;
15911592
}
15921593

15931594
.table-header:hover {
@@ -1596,6 +1597,10 @@ div.l-content > div.l-separator:nth-of-type(4) {
15961597
border-right: 1px solid #ddd !important;
15971598
}
15981599

1600+
.table-header .fas {
1601+
font-size: 1rem;
1602+
}
1603+
15991604
.units .l-unit {
16001605
border-bottom: 1px solid #ddd;
16011606
border-left: 1px solid transparent;

0 commit comments

Comments
 (0)