code style updates
This commit is contained in:
parent
ad9a3a2d3b
commit
498bd64d9c
|
@ -54,7 +54,9 @@ code-tabs mat-tab-body-content .fadeIn {
|
||||||
aio-code pre {
|
aio-code pre {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 48px 0 0;
|
padding: 0 48px 0 0;
|
||||||
|
min-height: 32px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
code span, code ol li {
|
code span, code ol li {
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
|
Loading…
Reference in New Issue