Skip to content

Commit

Permalink
added more space for tags in filters
Browse files Browse the repository at this point in the history
  • Loading branch information
nodecarter committed Jul 11, 2013
1 parent 839c1fa commit 03febe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/stylesheets/tagging.css
Expand Up @@ -33,3 +33,7 @@
#issue_tags {
width: 90%;
}

.filter select[name="v[tags][]"][multiple] {
min-height: 200px;
}
2 changes: 1 addition & 1 deletion init.rb
Expand Up @@ -22,7 +22,7 @@
name 'Redmine Tagging plugin'
author 'friflaj'
description 'Wiki/issues tagging'
version '0.0.10'
version '0.0.11'

settings :default => { :dynamic_font_size => "1", :sidebar_tagcloud => "1", :wiki_pages_inline => "0", :issues_inline => "0" }, :partial => 'tagging/settings'

Expand Down

0 comments on commit 03febe6

Please sign in to comment.