Pre-wrap code blocks in issue description
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
36361f4e45
commit
fc76267288
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@
|
|||
|
||||
.description {
|
||||
padding: 0 15px 10px 15px;
|
||||
|
||||
code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
.title, .context, .description {
|
||||
|
|
Loading…
Reference in a new issue