Getting class name of an element

Hi!
I’d like to add some css to the following action text, but I can’t seem to find the class name of the element to call it in rich text and make its respective change. How can I find it? Thank you!

I’m trying to make the word “Copiar” to be right next to the icon rather than it being on the left corner

Screen Shot 2022-09-05 at 1.05.41 AM

You go into the dev tools to find that class name.

<pre><span><style>

[data-test="list-item"] .textStyle {
text-align: right;
}

1 Like