diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index 604f927..127f48c 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -27,3 +27,8 @@ float: none; } +#profile-activity ul, +#profile-network ul, +#profile-wall ul { + width: 460px; +} diff --git a/public/designs/templates/leftbar/stylesheets/style.css b/public/designs/templates/leftbar/stylesheets/style.css index 6e1ccc0..65bf1c2 100644 --- a/public/designs/templates/leftbar/stylesheets/style.css +++ b/public/designs/templates/leftbar/stylesheets/style.css @@ -22,3 +22,9 @@ #leave_scrap_content_left { float: none; } + +#profile-activity ul, +#profile-network ul, +#profile-wall ul { + width: 620px; +} diff --git a/public/designs/templates/rightbar/stylesheets/style.css b/public/designs/templates/rightbar/stylesheets/style.css index b23e375..28065a7 100644 --- a/public/designs/templates/rightbar/stylesheets/style.css +++ b/public/designs/templates/rightbar/stylesheets/style.css @@ -22,3 +22,9 @@ #leave_scrap_content_left { float: none; } + +#profile-activity ul, +#profile-network ul, +#profile-wall ul { + width: 620px; +} diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 4d47103..a3e1879 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -5871,6 +5871,7 @@ h1#agenda-title { #profile-activity .profile-activity-description, #profile-network .profile-network-description, #profile-wall .profile-wall-description { width: 80%; + word-wrap: break-word; } #profile-wall .profile-wall-scrap-replies textarea, -- libgit2 0.21.2