fix: poetry nowrap

This commit is contained in:
tristan 2019-10-09 10:46:46 +08:00
parent 0e91448569
commit 8f86dfb583

View File

@ -8,6 +8,7 @@ const Wrapper = styled.article`
top: 9rem;
transform: translateX(-50%);
min-width: 6rem;
white-space: nowrap;
line-height: 1.6;
display: flex;
flex-direction: column;