Skip to content
Snippets Groups Projects
Commit 8b12811c authored by Lucy Hao's avatar Lucy Hao :moyai:
Browse files

make header not wrap

parent 10d33373
No related branches found
No related tags found
No related merge requests found
Pipeline #333929 passed
......@@ -14,7 +14,7 @@ const Header = ({ title, subtitle, white }) => (
className="flex-row"
style={{
overflowWrap: "break-word",
width: "70vw",
width: "100vw",
height: "70vh",
paddingLeft: "10vw",
}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment