Explorar o código

Fix url field mobile width

Denis K %!s(int64=8) %!d(string=hai) anos
pai
achega
c213698593
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      jet/static/jet/css/_changeform.scss

+ 5 - 1
jet/static/jet/css/_changeform.scss

@@ -449,7 +449,11 @@ body.popup .submit-row {
 }
 
 .vURLField {
-  width: 30em;
+  width: 26em;
+
+  @include for-phone {
+    width: 100%;
+  }
 }
 
 .vLargeTextField, .vXMLLargeTextField {