소스 검색

Increased width of date fields

At 75px the year was being replaced with "2..." after select2 added its "X". At 85px this doesn't happen any more.
Christian Morgan 11 년 전
부모
커밋
f745bf72e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Resources/public/css/layout.css

+ 1 - 1
Resources/public/css/layout.css

@@ -265,7 +265,7 @@ body.sonata-bc {
 }
 
 .sonata-bc div.sonata-medium-date select {
-    width: 75px;
+    width: 85px;
 }
 
 .sonata-bc div.sonata-medium-date div {