From 79daa3246ada2bc7595740cc9381fd7ed42c8e39 Mon Sep 17 00:00:00 2001 From: DanSmith83 Date: Fri, 27 Nov 2015 08:32:27 +0000 Subject: [PATCH] Update forms.md Make instructions match example --- docs/pages/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/forms.md b/docs/pages/forms.md index b1950e7b5..e7e153967 100644 --- a/docs/pages/forms.md +++ b/docs/pages/forms.md @@ -123,7 +123,7 @@ Place help text below a field to clarify it's purpose. Whenever you use help tex ## Label Positioning -Sometimes you want a form with labels to the left of your inputs. Piece of cake! You can put the label inside a different column to the left of the input. Then use the class `.float-right` (or add `text-align: right` yourself) to realign the label. +Sometimes you want a form with labels to the left of your inputs. Piece of cake! You can put the label inside a different column to the left of the input. Then use the class `.text-right` or `.float-right` (or add `text-align: right` yourself) to realign the label.

In a right-to-left environment, use .float-left instead.

-- 2.47.2