diff options
author | Marcia Ramos <marcia@gitlab.com> | 2019-06-11 18:51:50 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-06-11 18:51:50 +0000 |
commit | 9bf141cf718ab9ca770c3bd6b7e2c6719cbe9da7 (patch) | |
tree | fe42a29bb41015a4ed4f20de568dda05828e5a9c | |
parent | 2876b3e68dec7c41f87dcfc154533fb185ac9f8e (diff) | |
parent | 2a94a1d82d42f48acd009832c1f5b73f65bbb5d9 (diff) | |
download | gitlab-ce-9bf141cf718ab9ca770c3bd6b7e2c6719cbe9da7.tar.gz |
Merge branch 'patch-70' into 'master'
Adds a space to fix code display
See merge request gitlab-org/gitlab-ce!29463
-rw-r--r-- | doc/development/new_fe_guide/development/accessibility.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/new_fe_guide/development/accessibility.md b/doc/development/new_fe_guide/development/accessibility.md index 8420a504ec4..81a29170129 100644 --- a/doc/development/new_fe_guide/development/accessibility.md +++ b/doc/development/new_fe_guide/development/accessibility.md @@ -21,6 +21,7 @@ On the other hand, if an icon is crucial to understand the context we should do ## Form inputs In forms we should use the `for` attribute in the label statement: + ``` <div> <label for="name">Fill in your name:</label> |