optimized-react-component-library-xyz123 2.8.13 → 2.8.15

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": "2.8.13",
3
+ "version": "2.8.15",
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",
@@ -164,10 +164,14 @@ div.pts-root-question:last-child {
164
164
 
165
165
  /****RADIO MULTIPLE WITH INFO*/
166
166
 
167
+ .pts-root-question pts-radioMultipleWithInfo2-container p {
168
+ margin-bottom: 0px;
169
+ margin-top: 16px;
170
+ }
171
+
167
172
  .pts-radioWithInfo-sub-headline {
168
- margin-block-start: 3.6rem;
169
173
  margin-block-end: 1.6rem;
170
- font-size: 1.8rem;
174
+ font-size: 1.6rem;
171
175
  font-weight: 700;
172
176
  }
173
177