Skip to content

Commit 8db99f3

Browse files
committed
Responsiveness fix
1 parent befd15a commit 8db99f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/split-panel/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,9 @@ $app-layout-drawer-width: calc(#{awsui.$space-layout-toggle-diameter} + 2 * #{aw
304304

305305
&-actions-slot {
306306
display: flex;
307-
min-block-size: calc(#{awsui.$font-panel-header-line-height} + 2 * #{$vertical-margin});
307+
flex-shrink: 0;
308308
align-items: center;
309+
min-block-size: calc(#{awsui.$font-panel-header-line-height} + 2 * #{$vertical-margin});
309310
}
310311

311312
&-description {

0 commit comments

Comments
 (0)