diff --git a/developer_manual/design/popovermenu.rst b/developer_manual/design/popovermenu.rst index a8b4572b5..b058e1a02 100644 --- a/developer_manual/design/popovermenu.rst +++ b/developer_manual/design/popovermenu.rst @@ -13,37 +13,41 @@ This is a quick menu that open on click. For menus, we use the three-dot-icon. This is exactly the same as the :ref:`navigation menu `. The only difference is the popovermenu class. -.. image:: ../images/popovermenu.png - Basic layout ============= +.. rst-class:: figure-with-code + +.. figure:: ../images/popovermenu.png + :alt: Popover image example .. code:: html -
-
+
+
Technical details ==================