Skip to content

Commit 00b1417

Browse files
committed
Merge release into main
Signed-off-by: Mike Lischke <mike@lischke-online.de>
1 parent 5f125f0 commit 00b1417

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,7 @@
11891189
* on the right.
11901190
*/
11911191
.form-card {
1192+
flex: 1 1 auto;
11921193
margin: 16px 0;
11931194
background-color: color-mix(in srgb, var(--color-base-content) 4%, var(--color-base-100));
11941195
border: 1px solid var(--color-base-300);

src/components/ui/NotificationCenter/NotificationCenter.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ export class NotificationCenter extends UIComponent<ICommonUIProperties, INotifi
269269
>
270270
<Container
271271
orientation={Orientation.LeftToRight}
272+
crossAlignment={ChildAlignment.Center}
272273
>
273274
<Icon src={NotificationCenter.typeToIconMap.get(details.type)} />
274275
<Label caption={details.text} wrap />

0 commit comments

Comments
 (0)