@@ -71,7 +71,18 @@ width: 100%; max-width: 100%; gap: 4px; + flex-direction: column; overflow-x: hidden; + + > *:first-child { + min-width: 0; + max-width: 100%; + + > div:first-child { + white-space: normal !important; + flex-wrap: wrap !important; + } + } } } @keyframes fadein { @@ -86,15 +97,13 @@ } } -.icon { -} .tags { display: flex; gap: 8px; align-items: center; - justify-content: flex-end; + justify-content: flex-start; @media screen and (max-width: 768px) { overflow-x: auto; @@ -103,7 +112,6 @@ min-width: 0; max-width: 100%; align-self: stretch; - margin-top: 40px; -webkit-overflow-scrolling: touch; } }