optimized-react-component-library-xyz123 0.1.161 → 0.1.162
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +26 -18
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +27 -19
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/questions.css +5 -1
package/package.json
CHANGED
package/src/css/questions.css
CHANGED
|
@@ -144,7 +144,11 @@ div.pts-root-question:last-child {
|
|
|
144
144
|
|
|
145
145
|
/* ---------- SINGLE CHECKBOX ---------- */
|
|
146
146
|
|
|
147
|
-
|
|
147
|
+
.pts-singleCheckbox-container {
|
|
148
|
+
display: flex;
|
|
149
|
+
align-items: flex-start;
|
|
150
|
+
margin-bottom: 0.8rem;
|
|
151
|
+
}
|
|
148
152
|
|
|
149
153
|
.pts-singleCheckbox-container input[type='checkbox'] {
|
|
150
154
|
-webkit-appearance: none;
|