-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: make sure single select scales with content #357
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #357 +/- ##
======================================
Coverage 95.1% 95.1%
======================================
Files 21 21
Lines 592 592
Branches 58 58
======================================
Hits 563 563
Misses 24 24
Partials 5 5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is the way to go, the form-control class is useful.
<v-select v-model="localValue" | ||
class="form-control" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See select2/select2#5964, they went for ellipsis to make the option smaller |
Note: i added some large texts to test for this problem
fixes: #356
Checklist