docs(label): fix unintentional definition list in parts and styles section (#6735)

This commit is contained in:
Victor Wheeler
2024-08-26 02:54:24 -06:00
committed by GitHub
parent 51f06c097d
commit fe2331489b

View File

@@ -15,13 +15,13 @@ Parts and Styles
****************
- :cpp:enumerator:`LV_PART_MAIN` Uses all the typical background properties and the
text properties. The padding values can be used to add space between
the text and the background.
text properties. The padding values can be used to add space between
the text and the background.
- :cpp:enumerator:`LV_PART_SCROLLBAR` The scrollbar that is shown when the text is
larger than the widget's size.
- :cpp:enumerator:`LV_PART_SELECTED` Tells the style of the
larger than the widget's size.
- :cpp:enumerator:`LV_PART_SELECTED` Tells the style of the
:ref:`selected text <lv_label_text_selection>`. Only ``text_color`` and ``bg_color`` style
properties can be used.
properties can be used.
.. _lv_label_usage: