furo icon indicating copy to clipboard operation
furo copied to clipboard

Fix left padding for .sig-inline

Open marxin opened this issue 3 years ago • 3 comments

Fixes: #486

marxin avatar Aug 01 '22 06:08 marxin

May I please ping this?

marxin avatar Sep 20 '22 10:09 marxin

Got a screenshot for before/after?

pradyunsg avatar Sep 20 '22 10:09 pradyunsg

Sure, before: Screenshot from 2022-09-20 13-01-34

and after: Screenshot from 2022-09-20 13-01-12

marxin avatar Sep 20 '22 11:09 marxin

Hmm... Could we add a demo of the problematic markup in the kitchen sink? It'd serve to help avoid regressing on this front in the future.

pradyunsg avatar Sep 29 '22 22:09 pradyunsg

Sure, here it is:

.. c:type:: my_type

This works :c:type:`my_type`, but I would like to point
to a pointer of the type (:c:expr:`my_type *`).

marxin avatar Sep 30 '22 07:09 marxin