Skip to content

Commit

Permalink
fix(select): fix checkmark position on click theme (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed Jun 17, 2021
1 parent 7ac698d commit 0a3bab5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/select/src/Component.stories.mdx
Expand Up @@ -33,7 +33,6 @@ export const options = [
{ key: '13', content: 'Dubnium' },
{ key: '14', content: 'Seaborgium' },
{ key: '15', content: 'Bohrium' },
{ key: '16', content: 'Очень длинный текст Очень длинный текст Очень длинный текст' },
];

export const groups = [
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/select/src/components/option/index.module.css
Expand Up @@ -89,6 +89,7 @@
.content {
overflow: hidden;
text-overflow: ellipsis;
flex: 1;
}

.textContent {
Expand Down

0 comments on commit 0a3bab5

Please sign in to comment.