Skip to content

Commit

Permalink
Fix missing whitespace after hyphen between project name and event ti…
Browse files Browse the repository at this point in the history
…tle in Activity view (#42070).

Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@23432 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
vividtone committed Jan 6, 2025
1 parent 3712ecb commit 544b7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ div#activity dt svg.icon-svg {margin-right: 4px;}
div#activity dt.me .time { border-bottom: 1px solid #999; }
div#activity dt .time { color: #555; font-size: 0.8125rem; margin-right: 4px; }
div#activity dd .description, #search-results dd .description { font-style: italic; margin: 2px 0;}
div#activity span.project:after, #search-results span.project:after { content: " -"; }
div#activity span.project:after, #search-results span.project:after { content: " - "; white-space: pre;}
div#activity dd span.description, #search-results dd span.description { display:block; color: #666; }
div#activity dt.grouped {padding-left:5em;}
div#activity dd.grouped {margin-left:9em;}
Expand Down

0 comments on commit 544b7ae

Please sign in to comment.