Skip to content

Commit

Permalink
Fixed split button caret icon alignment (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Mar 4, 2021
1 parent 72ed4de commit b585816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [client] Bumped `botframework-webchat` to v4.12.0 and fixed various Web Chat-related bugs in PR [2236](https://github.com/microsoft/BotFramework-Emulator/pull/2236)
- [main] Fixed a bug where we were expecting the incorrect shape from Electron's updated `dialog.showOpenDialog()` API in PR [2237](https://github.com/microsoft/BotFramework-Emulator/pull/2237)
- [main] Fixed a bug that was causing Electron's native context menu to silently fail when selecting an option in PR [2238](https://github.com/microsoft/BotFramework-Emulator/pull/2238)
- [client] Fixed an aligment issue with the caret button of the `<SplitButton />` widget in PR [2239](https://github.com/microsoft/BotFramework-Emulator/pull/2239)

## v4.11.0 - 2020 - 11 - 05
- [client] Moved from master to main as the default branch. [2194](https://github.com/microsoft/BotFramework-Emulator/pull/2194)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

&:before {
display: inline-block;
height: 7px;
height: 11px;
width: 9px;
-webkit-mask-size: 9px;
-webkit-mask: url('../../media/ic_chevron_up.svg');
Expand Down

0 comments on commit b585816

Please sign in to comment.