Added step name word wrapping (needs to be improved).

This commit is contained in:
Matej Zrimšek 2016-09-16 15:20:02 +02:00
parent 20ca37f185
commit dd6e8a3a9a

View file

@ -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;
}