This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
plugins/plugin-client-common
src/components/Content/Markdown/components
web/scss/components/Terminal Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export function list(props: OrderedListProps | UnorderedListProps) {
61
61
62
62
if ( lastIncompatibleIdx === - 1 ) {
63
63
return (
64
- < ProgressStepper layout = { props . ordered ? 'horizontal' : 'vertical' } >
64
+ < ProgressStepper layout = { props . ordered ? 'horizontal' : 'vertical' } className = "kui--markdown-major-paragraph" >
65
65
{ props . children as ProgressStepperProps [ 'children' ] }
66
66
</ ProgressStepper >
67
67
)
Original file line number Diff line number Diff line change @@ -219,14 +219,14 @@ body[kui-theme-style='light'] {
219
219
--pf-c-content--heading--FontFamily : var (--font-sans-serif-title );
220
220
}
221
221
222
- @include MarkdownMajorParagraph {
223
- margin : 1.5em 0 ;
224
- }
225
-
226
222
@include Scrollback {
227
223
@include Commentary {
228
224
margin : 0 0.5em ;
229
225
226
+ @include MarkdownMajorParagraph {
227
+ margin : 1.5em 0 ;
228
+ }
229
+
230
230
@include Block {
231
231
--input-padding-left : 0 ;
232
232
--input-padding-right : 0 ;
@@ -269,11 +269,12 @@ body[kui-theme-style='light'] {
269
269
}
270
270
271
271
@include MarkdownTip {
272
+ background-color : #e7f1fa ;
273
+
272
274
@include ExpandableSectionButton {
273
275
width : 100% ;
274
276
padding-top : 0.6875em ;
275
277
padding-bottom : 0.6875em ;
276
- background-color : var (--color-base00 );
277
278
}
278
279
}
279
280
}
You can’t perform that action at this time.
0 commit comments