Skip to content

fix(form): Do not render row colon, if no label

Andrii Bezuglyi requested to merge fix/form_row_label_colon into master

Rows without label still contain colon. This looks silly. This fix uses the fact that the component sets label "title" attribute, so that it is easy to make style more selective and apply ":after" to only those div, which have the title attribute value

Merge request reports

Loading