Skip to content

Commit

Permalink
fix: FluentToast width issue when using timestamp in i18n (#2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuohuaRain authored Aug 10, 2024
1 parent 7b74779 commit ba3cbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Components/Toast/FluentToast.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
width: calc( 100% - 12px);
justify-content: flex-start;
padding-inline-start: 24px;

}

.fluent-toast ::deep .fluent-toast-small {
Expand All @@ -61,6 +60,7 @@

.fluent-toast ::deep .fluent-toast-action:has(.timestamp) {
cursor: initial;
width: auto;
}

.fluent-toast ::deep .fluent-toast-details {
Expand Down

0 comments on commit ba3cbcf

Please sign in to comment.