aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpl2017-05-03 11:02:03 +0200
committerjpl2017-05-04 10:11:35 +0200
commitd68ac43c775e66f0c2e133c9563a65abdd09c459 (patch)
treeb01b90ba6222efbafa77699c706cc41b95bfb1d1
parent8663205981ce7b8227626420320ef77a5b0bb9d2 (diff)
downloadchouette-core-d68ac43c775e66f0c2e133c9563a65abdd09c459.tar.bz2
Refs #3079: fix text overflow on notes
-rw-r--r--app/assets/stylesheets/components/_panels.sass4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/_panels.sass b/app/assets/stylesheets/components/_panels.sass
index 675faf899..ff384faf9 100644
--- a/app/assets/stylesheets/components/_panels.sass
+++ b/app/assets/stylesheets/components/_panels.sass
@@ -25,3 +25,7 @@
background-color: transparent
border-radius: 0
border: none
+
+ p
+ hyphens: auto
+ word-wrap: break-word