소스 검색

Fix url field mobile width

Denis K 8 년 전
부모
커밋
c213698593
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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 {