Commit ad98c8c9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'improve-issue-ui' into 'master'

Improve issue ui

Fix code overflow for description block

See merge request !1051
parents 49313946 fc762672
...@@ -88,6 +88,10 @@ ...@@ -88,6 +88,10 @@
.description { .description {
padding: 0 15px 10px 15px; padding: 0 15px 10px 15px;
code {
white-space: pre-wrap;
}
} }
.title, .context, .description { .title, .context, .description {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment