6 lines
99 B
SCSS
6 lines
99 B
SCSS
|
.help-button {
|
||
|
appearance: auto;
|
||
|
-moz-default-appearance: -moz-mac-help-button;
|
||
|
min-width: 0;
|
||
|
}
|