navbar_description: Refactor help-widget icon display.

This commit is contained in:
Karl Stolley
2024-07-19 10:24:23 -04:00
committed by Tim Abbott
parent d574200423
commit ac3ccf57a8

View File

@@ -97,5 +97,20 @@
.fa {
margin: 0;
}
.fa-question-circle-o {
/* Override relative position for sake of
Chrome paint bug that keeps the circle
visible when ellipses are showing. */
position: static;
}
.help_link_widget {
/* With relative positioning no longer
in effect, we vertically align the
help icon with an inline-block assist,
which is present on the .fa class. */
vertical-align: middle;
}
}
}