Merge remote-tracking branch 'deaflynx/feature/improve-edge-instruction' into feature/improve-edge-instruction
This commit is contained in:
commit
ec831ef0b1
@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
:host ::ng-deep {
|
:host ::ng-deep {
|
||||||
.tb-markdown-view {
|
.tb-markdown-view {
|
||||||
padding-top: 16px;
|
padding: 16px;
|
||||||
.tb-command-code {
|
.tb-command-code {
|
||||||
.code-wrapper {
|
.code-wrapper {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -112,9 +112,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> p, h1, h2, h3, h4, h5, div {
|
& > *:not(ul) {
|
||||||
padding-left: 16px !important;
|
padding-right: unset !important;
|
||||||
padding-right: 16px !important;
|
padding-left: unset !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.mdc-button__label > span {
|
.mdc-button__label > span {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user