I have the following code
<p>Test
<sup>1</sup>
<sup>, 2</sup>
</p>
Which are displayed like 1 , 2
. When I try apply some style I don't know where, since no margins or paddings are set. So, which style should I apply for all but the first sup
?