mirror of https://github.com/jenkinsci/jenkins.git
Merge pull request #6233 from NotMyFault/fix/master/deduplicate-help-button
Deduplicate help button question mark
This commit is contained in:
commit
dd6c7074c1
|
|
@ -310,7 +310,7 @@
|
|||
border-radius: 100%;
|
||||
|
||||
&::before {
|
||||
content: "?";
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue