From dd6e8a3a9aa88572f12ef28cb1b5578753cec3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Zrim=C5=A1ek?= Date: Fri, 16 Sep 2016 15:20:02 +0200 Subject: [PATCH] Added step name word wrapping (needs to be improved). --- app/assets/stylesheets/step_comments.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/step_comments.scss b/app/assets/stylesheets/step_comments.scss index 37a85def0..7ef90f18f 100644 --- a/app/assets/stylesheets/step_comments.scss +++ b/app/assets/stylesheets/step_comments.scss @@ -1,3 +1,7 @@ // Place all the styles related to the StepComments controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ + +.step-panel-collapse-link { + word-wrap: break-word; +} \ No newline at end of file