{ Vertical-align:top; Cursor: Pointe... | .ssovyqnr
In the "Styles" tab of the developer tools, you can see which CSS file or block contains this rule.
// 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...
Open the website in your browser, right-click the element, and select Inspect . In the "Styles" tab of the developer tools,
This targets any HTML element with class="sSovYqNR" . Because the name is randomized (a "hash"), it is likely generated during a build process to prevent style conflicts with other parts of the site. right-click the element
Are you trying to on your own site, or are you debugging a specific page where this class is appearing?