From f638267c6aee5649c1806d20f3ad593ad04a3e2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 29 Dec 2022 16:50:27 +0100 Subject: [PATCH] css: document that a can be .m-fullwidth. I kinda forgot all the particulars since I made this five years ago, so better document everything for my old soul. --- doc/css/components.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/css/components.rst b/doc/css/components.rst index 4e5790c1..7d7be75d 100644 --- a/doc/css/components.rst +++ b/doc/css/components.rst @@ -519,11 +519,13 @@ bold, all :html:`
` and :html:`` are aligned to left while table
-Rows are highlighted on hover, if you want to disable that, put :css:`.m-flat` -CSS class on the :html:`` element. You can also put :css:`.m-thin` onto -:html:`` or :html:`
` elements to remove the bold styling. Similarly to other -components, you can color particular :html:`
` elements -using the color classes from above: +Use the :css:`.m-fullwidth` CSS class on the :html:`` element to make +the table span the full width instead of being centered. Rows are highlighted +on hover, if you want to disable that, put :css:`.m-flat` on the +:html:`
` element. You can also put :css:`.m-thin` onto :html:`` or :html:`
` +elements to remove the bold styling. Similarly to other components, you can +color particular :html:`
` elements using the color classes +from above: .. raw:: html -- 2.30.2