Commit caa76582 by asranov0003

fix: header section how to start button height

parent 29778cd3
...@@ -62,7 +62,7 @@ const SectionHeader: React.FC<SectionHeaderProps> = ({ to }) => { ...@@ -62,7 +62,7 @@ const SectionHeader: React.FC<SectionHeaderProps> = ({ to }) => {
title={t("help.howToStart")} title={t("help.howToStart")}
onClick={toggleInfoModal} onClick={toggleInfoModal}
variant="primary" variant="primary"
style={{ width: "114.66px" }} style={{ width: "114.66px", maxHeight: "52px" }}
/> />
)} )}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment