Prechádzať zdrojové kódy

Fix url field mobile width

Denis K 8 rokov pred
rodič
commit
c213698593
1 zmenil súbory, kde vykonal 5 pridanie a 1 odobranie
  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 {