diff --git a/web/styles/message_view_header.css b/web/styles/message_view_header.css index b88382bade..057cf0308a 100644 --- a/web/styles/message_view_header.css +++ b/web/styles/message_view_header.css @@ -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; + } } }