diff --git a/less/forms.less b/less/forms.less
index 2389036daf72d107e5be583e3c753f0f22218049..add42ee9f8ef05db120378d228bbe8a43e75627d 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;
   }