Skip to content

Commit 2125113

Browse files
authored
[WC-3485]: fix(app-events-web): remove unexpected spacing caused by widget styles (#2306)
2 parents 6d5aa17 + 6b2b1eb commit 2125113

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/pluggableWidgets/events-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue with the widget causing unexpected spacing in the page layout.
12+
913
## [1.3.0] - 2026-02-25
1014

1115
### Fixed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
$brand-primary: #264ae5;
2-
$gray-dark: #606671;
31
.widget-events {
4-
flex-grow: 1;
5-
position: relative;
6-
transition: color 150ms ease 0s;
2+
display: none;
73
}

0 commit comments

Comments
 (0)