@pocketprep/ui-kit 3.4.76 → 3.4.77
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.
- package/dist/@pocketprep/ui-kit.js +2 -2
- package/dist/@pocketprep/ui-kit.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.cjs +2 -2
- package/dist/@pocketprep/ui-kit.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/lib/components/Forms/RadioButton.vue +2 -0
- package/lib/components/Quiz/Question/MobileMatrixRadioGroup.vue +3 -3
- package/package.json +1 -1
|
@@ -102,9 +102,9 @@ const stripText = (string?: string) => {
|
|
|
102
102
|
|
|
103
103
|
&__option {
|
|
104
104
|
display: flex;
|
|
105
|
-
align-items:
|
|
106
|
-
|
|
107
|
-
|
|
105
|
+
align-items: flex-start;
|
|
106
|
+
align-self: stretch;
|
|
107
|
+
padding: 11px 15px 12px 15px;
|
|
108
108
|
max-width: 325px;
|
|
109
109
|
border: 0.5px solid rgba($pewter, 0.85);
|
|
110
110
|
border-top: none;
|