aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 2389036da..add42ee9f 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -437,7 +437,7 @@ input[type="color"] {
}
// Only right align form labels here when the columns stop stacking
-@media (min-width: 768px) {
+@media (min-width: @screen-tablet) {
.form-horizontal .control-label {
text-align: right;
}