Skip to content

Bold labels for narrow FormLayout

Devin Lin requested to merge work/bold-form-label into master

On normal (wide) FormLayouts, we get contrast between the labels and respective content with the fact that they are separated by columns.

With narrow (inline) FormLayouts, forms are not as easy to read due to the lack of contrast between the labels and the content.

Before:

After:

Merge request reports