Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,20 @@ This is a comprehensive list of the breaking changes introduced in the major ver

## Version 6.x

- [Components](#components)
* [Toast](#toast)
- [Config](#config)
* [Transition Shadow](#transition-shadow)



### Components

#### Toast

The `--white-space` CSS variable now defaults to `normal` instead of `pre-wrap`.


### Config

#### Transition Shadow
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/toast/toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
--min-height: auto;
--height: auto;
--max-height: auto;
--white-space: pre-wrap;
--white-space: normal;

@include position(0, null, null, 0);

Expand Down