Skip to content

Commit 2e641ab

Browse files
Dottenpixelbrandonferrua
authored andcommitted
fix(welcome-mat): Fix content vertical centering in IE11 (#3631) (#3638)
* fix/welcome-mat: add style to vertically center content in IE11 * fix/welcome-mat: update release notes
1 parent 1538632 commit 2e641ab

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

RELEASENOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@
309309
- Moved `slds-grid` from `slds-modal__content` to `slds-welcome-mat__content`
310310
#### Deprecated
311311
- Deprecated `.slds-welcome-mat .slds-modal-container` selector for `.slds-modal-small` to be applied to `slds-modal`. To upgrade existing welcome mat, in `slds-modal`, replace `slds-welcome-mat` with `slds-modal_small`, and also remove `slds-welcome-mat__content` from `slds-modal-container`. Markup structure changes need to be made existing code. First, wrap the existing content of `<div class='slds-modal-container'>` with `<div class='slds-welcome-mat__content slds-grid'>`. Then, wrap `<div class='slds-welcome-mat__content slds-grid'>` with `<div class='slds-welcome-mat'>`.
312+
#### Fixed
313+
- Fixed vertical alignment of `slds-welcome-mat__info-content` in IE11.
312314

313315
## Utilities
314316

ui/components/welcome-mat/RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
### Deprecated
2323
- Deprecated `.slds-welcome-mat .slds-modal-container` selector for `.slds-modal-small` to be applied to `slds-modal`. To upgrade existing welcome mat, in `slds-modal`, replace `slds-welcome-mat` with `slds-modal_small`, and also remove `slds-welcome-mat__content` from `slds-modal-container`. Markup structure changes need to be made existing code. First, wrap the existing content of `<div class='slds-modal-container'>` with `<div class='slds-welcome-mat__content slds-grid'>`. Then, wrap `<div class='slds-welcome-mat__content slds-grid'>` with `<div class='slds-welcome-mat'>`.
2424

25+
### Fixed
26+
- Fixed vertical alignment of `slds-welcome-mat__info-content` in IE11.
27+
2528
## 2.7.0
2629

2730
### Changed

ui/components/welcome-mat/base/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
background-repeat: no-repeat;
5858
background-size: contain;
5959
background-color: $welcome-mat-background-color-info;
60+
align-items: center;
6061
}
6162

6263
/**

0 commit comments

Comments
 (0)