@pocketprep/ui-kit 3.4.0 → 3.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -523,6 +523,7 @@ export default class Select extends Vue {
523
523
 
524
524
  &__input {
525
525
  cursor: text !important;
526
+ padding-right: 32px;
526
527
 
527
528
  &--error {
528
529
  border: 1px solid $red-pegasus;
@@ -535,6 +536,10 @@ export default class Select extends Vue {
535
536
 
536
537
  &__value {
537
538
  user-select: none;
539
+ overflow: hidden;
540
+ text-overflow: ellipsis;
541
+ white-space: nowrap;
542
+ padding-right: 32px;
538
543
 
539
544
  &--subtext {
540
545
  height: 60px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {