Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzekiel Kigbo <ekigbo@gitlab.com>2019-06-11 10:43:12 +0300
committerEzekiel Kigbo <ekigbo@gitlab.com>2019-06-11 10:43:12 +0300
commit2a94a1d82d42f48acd009832c1f5b73f65bbb5d9 (patch)
tree57f39404b4ad941fa6026b12e187130f6ebb269e /doc/development/new_fe_guide
parent641d332351907b77b53b0cb23ff51ccea2489824 (diff)
Adds a space to fix code display
Diffstat (limited to 'doc/development/new_fe_guide')
-rw-r--r--doc/development/new_fe_guide/development/accessibility.md1
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>