diff options
author | Ezekiel Kigbo <ekigbo@gitlab.com> | 2019-06-11 07:43:12 +0000 |
---|---|---|
committer | Ezekiel Kigbo <ekigbo@gitlab.com> | 2019-06-11 07:43:12 +0000 |
commit | 2a94a1d82d42f48acd009832c1f5b73f65bbb5d9 (patch) | |
tree | 57f39404b4ad941fa6026b12e187130f6ebb269e /doc/development | |
parent | 641d332351907b77b53b0cb23ff51ccea2489824 (diff) | |
download | gitlab-ce-2a94a1d82d42f48acd009832c1f5b73f65bbb5d9.tar.gz |
Adds a space to fix code display
Diffstat (limited to 'doc/development')
-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> |