Skip to content

Commit d843c97

Browse files
fix(brand-band): Prevent background image from repeating (#3059)
1 parent 92b97f5 commit d843c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/brand-band/base/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* @restrict .slds-brand-band
5454
* @modifier
5555
*/
56-
&.slds-brand-band_cover {
56+
&.slds-brand-band_cover:before {
5757
background-repeat: no-repeat;
5858
background-size: cover;
5959
}

0 commit comments

Comments
 (0)