Merge pull request #6233 from NotMyFault/fix/master/deduplicate-help-button

Deduplicate help button question mark
This commit is contained in:
Mark Waite 2022-02-02 08:44:04 -07:00 committed by GitHub
commit dd6c7074c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@
border-radius: 100%;
&::before {
content: "?";
content: "";
position: absolute;
top: 0;
left: 0;