Skip to content

Instantly share code, notes, and snippets.

@mvogelgesang
Created September 15, 2021 01:28
Show Gist options
  • Save mvogelgesang/385fac0a60ad7b7be2dcfcef8e186f94 to your computer and use it in GitHub Desktop.
Save mvogelgesang/385fac0a60ad7b7be2dcfcef8e186f94 to your computer and use it in GitHub Desktop.
<aura:component>
<!-- displays nofitication text on multiple lines - https://salesforceboffin.com/display-toast-message-in-multiline-in-lightning/-->
<aura:html tag="style">
.toastMessage.forceActionsText{ white-space : pre-line !important; }
</aura:html>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment