Skip to content

Commit ad9f4b7

Browse files
committed
unset width for dialog.toast to let its contents dictate sizing
* This fixes an issue in applications that pin toast messages to the trailing end of a page from not having correctly-sized containers, leading to the toast appearing to be leading-aligned
1 parent 45f2596 commit ad9f4b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/components/toast.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dialog.toast {
44
border: none;
55
position: static;
66
box-shadow: unset;
7+
width: unset;
78
}
89

910
toast-dialog {

0 commit comments

Comments
 (0)