diff --git a/src/Core/Components/Toast/FluentToast.razor.css b/src/Core/Components/Toast/FluentToast.razor.css index fc368905b5..7b1abea2b3 100644 --- a/src/Core/Components/Toast/FluentToast.razor.css +++ b/src/Core/Components/Toast/FluentToast.razor.css @@ -51,7 +51,6 @@ width: calc( 100% - 12px); justify-content: flex-start; padding-inline-start: 24px; - } .fluent-toast ::deep .fluent-toast-small { @@ -61,6 +60,7 @@ .fluent-toast ::deep .fluent-toast-action:has(.timestamp) { cursor: initial; + width: auto; } .fluent-toast ::deep .fluent-toast-details {