Skip to content

Commit

Permalink
Merge pull request #8 from maedadev/feature_62555
Browse files Browse the repository at this point in the history
rollback `.ui-tooltip` css class's `white-space` property only for th=is plugin.
  • Loading branch information
fuminori-ido-m authored Jul 22, 2022
2 parents 6b7f1f0 + 14e20d7 commit 9ab2162
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions assets/stylesheets/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ body{
font-family:Verdana, Arial, sans-serif;
font-size:12px;
}
.ui-tooltip {
white-space: normal;
}
a, a:link, a:visited {
color:#CC0000;
text-decoration:none;
Expand Down
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@


Redmine::Plugin.register :redmine_backlogs do
requires_redmine :version_or_higher => '4.1.0'
requires_redmine :version_or_higher => '4.1.5'
name 'Redmine Backlogs'
author "friflaj,Mark Maglana,John Yani,mikoto20000,Frank Blendinger,Bo Hansen,stevel,Patrick Atamaniuk"
description 'A plugin for agile teams'
version 'v1.3.2'
version 'v1.3.3'

settings :default => {
:story_trackers => nil,
Expand Down

0 comments on commit 9ab2162

Please sign in to comment.