From 7e4912fc03111ab5071e8e7478db48422597777a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Sep 2013 16:07:44 +0200 Subject: Fix form display errors on small devices form-horizontal causes the viewport to become too wide. Signed-off-by: Florian Pritz --- application/views/user/hash_password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/views/user/hash_password.php') diff --git a/application/views/user/hash_password.php b/application/views/user/hash_password.php index 6daa594f4..98bef9df5 100644 --- a/application/views/user/hash_password.php +++ b/application/views/user/hash_password.php @@ -9,7 +9,7 @@ if ($hash) { echo "

Result (this hash uses a random salt, so it will be different each time you submit this form):
$hash

\n"; } ?> - "form-horizontal")); ?> +
-- cgit v1.2.3-24-g4f1b