Руководство по CSS - CSS: каскадные таблицы стилей | MDN
Open the website in your browser, right-click the element, and select Inspect . .sSovYqNR { vertical-align:top; cursor: pointe...
: This property controls the alignment of an inline, inline-block, or table-cell box. Setting it to top ensures the element aligns its top edge with the top of the tallest element in the current line. right-click the element
// The source code before it gets "hashed" to .sSovYqNR const ClickableCell = styled.div` vertical-align: top; cursor: pointer; `; Click Me Use code with caution. Copied to clipboard .sSovYqNR { vertical-align:top; cursor: pointe...