Commit caa76582 by asranov0003

fix: header section how to start button height

parent 29778cd3
......@@ -62,7 +62,7 @@ const SectionHeader: React.FC<SectionHeaderProps> = ({ to }) => {
title={t("help.howToStart")}
onClick={toggleInfoModal}
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