File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ export function SplitPanelImplementation({
103
103
const wrappedHeader = (
104
104
< div className = { clsx ( styles . header , isToolbar && styles [ 'with-toolbar' ] ) } style = { appLayoutMaxWidth } >
105
105
< div className = { styles [ 'header-main-row' ] } >
106
- < div className = { clsx ( styles [ 'header-main-content' ] , showDescription && styles [ 'with-description' ] ) } >
107
- < div className = { styles [ 'header-tag-and-info' ] } >
106
+ < div className = { styles [ 'header-main-content' ] } >
107
+ < div className = { clsx ( styles [ 'header-tag-and-info' ] , showDescription && styles [ 'with-description' ] ) } >
108
108
< h2 className = { clsx ( styles [ 'header-tag' ] , ! ! headerInfo && styles [ 'with-info' ] ) } id = { panelHeaderId } >
109
109
{ headerBefore && (
110
110
< div
Original file line number Diff line number Diff line change @@ -260,9 +260,6 @@ $app-layout-drawer-width: calc(#{awsui.$space-layout-toggle-diameter} + 2 * #{aw
260
260
// Keep the actions slot always at the block start,
261
261
// even if the heading and the info slot wrap into multiple lines.
262
262
align-items : flex-start ;
263
- & .with-description {
264
- margin-block-end : awsui .$space-scaled-xxxs ;
265
- }
266
263
}
267
264
268
265
// Header tag and info link
@@ -272,6 +269,9 @@ $app-layout-drawer-width: calc(#{awsui.$space-layout-toggle-diameter} + 2 * #{aw
272
269
// The line height of the header text might not be respected in non-high pixel density screens
273
270
// unless it is set to a smaller value in its parent container.
274
271
line-height : awsui .$line-height-body-s ;
272
+ & .with-description {
273
+ margin-block-end : awsui .$space-scaled-xxxs ;
274
+ }
275
275
}
276
276
277
277
& -tag .with-info ,
You can’t perform that action at this time.
0 commit comments