mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
Added step name word wrapping (needs to be improved).
This commit is contained in:
parent
20ca37f185
commit
dd6e8a3a9a
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
// Place all the styles related to the StepComments controller here.
|
// Place all the styles related to the StepComments controller here.
|
||||||
// They will automatically be included in application.css.
|
// They will automatically be included in application.css.
|
||||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||||
|
|
||||||
|
.step-panel-collapse-link {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
Loading…
Reference in a new issue