Skip to content

Commit 0766645

Browse files
authored
fix: Unsupported flex styles (#3531)
1 parent 894b79b commit 0766645

File tree

1 file changed

+2
-2
lines changed
  • src/app-layout/visual-refresh-toolbar/drawer

1 file changed

+2
-2
lines changed

src/app-layout/visual-refresh-toolbar/drawer/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ $drawer-resize-handle-size: awsui.$space-m;
140140
z-index: 1;
141141
align-self: start;
142142
display: flex;
143-
justify-content: end;
143+
justify-content: flex-end;
144144
}
145145

146146
> .drawer-content {
@@ -223,7 +223,7 @@ $drawer-resize-handle-size: awsui.$space-m;
223223
z-index: 1;
224224
align-self: start;
225225
display: flex;
226-
justify-content: end;
226+
justify-content: flex-end;
227227
}
228228

229229
> .drawer-content {

0 commit comments

Comments
 (0)