SPR-908: QS - no break in <code> (except linebreak is needed)
This commit is contained in:
parent
c2ab07c119
commit
242e80d535
1 changed files with 4 additions and 0 deletions
|
@ -514,6 +514,10 @@ pre {
|
||||||
padding: .7em 1em;
|
padding: .7em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code:not([class]) {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border: solid @ini_border;
|
border: solid @ini_border;
|
||||||
border-width: 0 0 0 .25em;
|
border-width: 0 0 0 .25em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue