This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Fixed split button caret icon alignment#2239
Merged
tonyanziano merged 2 commits intov4.12.0from Mar 4, 2021
Merged
Conversation
corinagum
approved these changes
Mar 4, 2021
tonyanziano
added a commit
that referenced
this pull request
Mar 9, 2021
* Added ability to debug shared package (redux state). * Bumped Web Chat to 4.12.0 * Integrated inspector with new WC activity focus hook * Updated fallback speech service ponyfill API * Fixed WC send box overflow visual bug * Added changelog entry * v4.12.0 Release * Fixed opening files via electron's dialog API (#2237) * Fixed opening files via electron's dialog API * Added a changelog entry. * Fixed a bug that was causing Electron's context menu to fail (#2238) * Updated 4.12.0 release date * Fixed split button caret icon alignment (#2239) * Categorized 4.12.0 changes * Updated path to electron-builder hashFile utility
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed a styling issue with the alignment of the caret icon within the
<SplitButton />widget.BEFORE:
AFTER: