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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.1.161",
3
+ "version": "0.1.162",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -144,7 +144,11 @@ div.pts-root-question:last-child {
144
144
 
145
145
  /* ---------- SINGLE CHECKBOX ---------- */
146
146
 
147
- /* ---------- SINGLE CHECKBOX ---------- */
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;