@pocketprep/ui-kit 3.5.16 → 3.5.17

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.
@@ -697,7 +697,7 @@ export default class Select extends Vue {
697
697
  padding: 5px 11px;
698
698
  font-size: 15px;
699
699
  line-height: 20px;
700
- height: 20px;
700
+ min-height: 20px;
701
701
  cursor: default;
702
702
  user-select: none;
703
703
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.5.16",
3
+ "version": "3.5.17",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {