Skip to content

Commit

Permalink
Fix - placeholder is out of the field
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Volkovich committed Apr 3, 2019
1 parent 666c100 commit 90af73e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/client/components/Select/SelectCustom.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
.opuscapita_react-select--2-0-0 {
.opuscapita_react-select__value-container {
overflow: hidden;
text-overflow: ellipsis;
}

.opuscapita_react-select__placeholder {
white-space: nowrap;
text-overflow: ellipsis;
max-width: 100%;
overflow: hidden;
}

.opuscapita_react-select {
&__control {
border-radius: 0;
Expand Down

0 comments on commit 90af73e

Please sign in to comment.