Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Bug 831128 - overlong feedback strings mess with the layout #123

Closed
wants to merge 3 commits into from
Closed

Bug 831128 - overlong feedback strings mess with the layout #123

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 8, 2013

Fixed the CSS in fjord/base/static/css/fjord.less for class opinion and p to
include word-wrapping. This fixes that.

Fixed the CSS in fjord/base/static/css/fjord.less for class opinion and p to
include word-wrapping. This fixes that.
Removed a few lines in the added lines at fjord/base/static/css/fjord.css as
they were redundant
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-all;
white-space: normal;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you have white-space in here twice. Only the last one will have an effect.

Fixed the code according to Ricky Rosario's suggestions
@rlr
Copy link
Contributor

rlr commented Jun 11, 2013

fixes it for me. thanks! R+

@rlr
Copy link
Contributor

rlr commented Jun 11, 2013

04fb669

@rlr rlr closed this Jun 11, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants