Skip to content

Commit

Permalink
Bug 1152662: user story text should wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
globau committed Apr 9, 2015
1 parent 634f31d commit 7c5fdd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Expand Up @@ -874,11 +874,7 @@
[% END %]
</div>
[% END %]
[% IF bug.cf_user_story == "" %]
---
[% ELSE %]
<pre id="user-story">[% bug.cf_user_story FILTER html %]</pre>
[% END %]
<pre id="user-story">[% bug.cf_user_story FILTER html %]</pre>
[% IF user.id %]
<textarea id="cf_user_story" name="cf_user_story" style="display:none" rows="10" cols="80">
[%~ bug.cf_user_story FILTER html ~%]
Expand Down
1 change: 1 addition & 0 deletions extensions/BugModal/web/bug_modal.css
Expand Up @@ -256,6 +256,7 @@ input[type="number"] {

#user-story {
margin: 0;
white-space: pre-wrap;
}

#user-story-actions {
Expand Down

0 comments on commit 7c5fdd2

Please sign in to comment.