-
Notifications
You must be signed in to change notification settings - Fork 843
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EuiSuperDatePicker] Fix incorrect button margins in quick select pop…
…over (#6380) * [EuiDatePicker] Fix incorrect buttons margins in quick select popover * Adding CL * Remove now-unnecessary negative margin workarounds * Tweak changelog - more generic since we're fixing multiple margins, label cause of bugs in case it's handy to search for in the future * Fixed recently used `li`s missing sufficient spacing * Remove last unnecessary negative margin accommodation + smooth out section spacing - using margin instead of padding makes the scroll experience nicer for recently used ranges - this also makes it so custom panels don't need the spacer, it already comes from margin Co-authored-by: Constance Chen <constance.chen.3@gmail.com>
- Loading branch information
1 parent
2e967a5
commit 78546e5
Showing
5 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**Bug fixes** | ||
|
||
- Fixed incorrect margins in `EuiSuperDatePicker` caused by `EuiFlex` CSS gap change |