Skip to content

Commit

Permalink
[Enhancement] fix item-selector dropdown value overflow nad tooltip p…
Browse files Browse the repository at this point in the history
…in color (#1309)

Signed-off-by: Shan He <heshan0131@gmail.com>
  • Loading branch information
heshan0131 committed Oct 26, 2020
1 parent d94de81 commit ea69da8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/common/item-selector/item-selector.js
Expand Up @@ -63,6 +63,8 @@ const DropdownSelectValue = styled.span`
? props.theme.selectColorLT
: props.theme.selectColor};
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
.list__item {
${props =>
Expand Down
2 changes: 1 addition & 1 deletion src/components/map/map-popover.js
Expand Up @@ -87,7 +87,7 @@ const StyledIcon = styled.div`
left: 50%;
transform: rotate(30deg);
top: 10px;
color: ${props => props.theme.primaryBtnBgd};
color: ${props => props.theme.activeColor};
&.popover-arrow-left {
left: 40%;
Expand Down

0 comments on commit ea69da8

Please sign in to comment.