We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908c837 commit 0f8b440Copy full SHA for 0f8b440
web/css/styles.min.css
@@ -1588,6 +1588,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
1588
color: #707070;
1589
padding: 0 0 0 14px;
1590
overflow: hidden;
1591
+ line-height: 1rem;
1592
}
1593
1594
.table-header:hover {
@@ -1596,6 +1597,10 @@ div.l-content > div.l-separator:nth-of-type(4) {
1596
1597
border-right: 1px solid #ddd !important;
1598
1599
1600
+.table-header .fas {
1601
+ font-size: 1rem;
1602
+}
1603
+
1604
.units .l-unit {
1605
border-bottom: 1px solid #ddd;
1606
border-left: 1px solid transparent;
0 commit comments