소스 검색

Fix shortcut tool bar images (width and height) see BT#14836

Julio Montoya 6 년 전
부모
커밋
8645a32e2b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/Resources/public/css/base.css

+ 2 - 0
app/Resources/public/css/base.css

@@ -7683,6 +7683,8 @@ footer {
     padding: 3px;
     border-radius: 4px;
     border: 1px solid #e6e6e6;
+    max-height: 40px;
+    max-width: 40px;
 }
 
 .everybodyview {