Commit 01a342f3be55b4cb07da25a3bd0426b7f2006441
Committed by
Daniela Feitosa
1 parent
ab36975b
Exists in
master
and in
29 other branches
Setting a fixed width to activity, network and wall boxes
(ActionItem1870)
Showing
4 changed files
with
18 additions
and
0 deletions
Show diff stats
public/designs/templates/default/stylesheets/style.css
public/designs/templates/leftbar/stylesheets/style.css
public/designs/templates/rightbar/stylesheets/style.css
public/stylesheets/application.css
... | ... | @@ -5871,6 +5871,7 @@ h1#agenda-title { |
5871 | 5871 | |
5872 | 5872 | #profile-activity .profile-activity-description, #profile-network .profile-network-description, #profile-wall .profile-wall-description { |
5873 | 5873 | width: 80%; |
5874 | + word-wrap: break-word; | |
5874 | 5875 | } |
5875 | 5876 | |
5876 | 5877 | #profile-wall .profile-wall-scrap-replies textarea, | ... | ... |