]> source.dussan.org Git - redmine.git/commitdiff
input#months on gantt is too narrow (#31147, #31238).
authorGo MAEDA <maeda@farend.jp>
Mon, 22 Apr 2019 05:17:06 +0000 (05:17 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 22 Apr 2019 05:17:06 +0000 (05:17 +0000)
Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18074 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 58901808198a927f215a5b6c7c904de625e19b52..25acf1a14c20015273658cc97041122a05c679fd 100644 (file)
@@ -775,7 +775,7 @@ label.no-css {
   width:auto;
 }
 input#time_entry_comments { width: 90%;}
-input#months { width: 30px; }
+input#months { width: 46px; }
 
 .jstBlock .jstTabs, .jstBlock .wiki-preview { width: 99%; }