|
@@ -12,7 +12,7 @@ export const EditorGuideButton = (): JSX.Element => {
|
|
|
return (
|
|
return (
|
|
|
<button
|
|
<button
|
|
|
type="button"
|
|
type="button"
|
|
|
- className="btn btn-toolbar-button"
|
|
|
|
|
|
|
+ className="btn btn-toolbar-button d-none d-lg-block"
|
|
|
onClick={onClickEditorGuideButton}
|
|
onClick={onClickEditorGuideButton}
|
|
|
>
|
|
>
|
|
|
<span className="growi-custom-icons fs-6">editor_guide</span>
|
|
<span className="growi-custom-icons fs-6">editor_guide</span>
|