dce-reactkit 3.11.1 → 3.11.2

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": "dce-reactkit",
3
- "version": "3.11.1",
3
+ "version": "3.11.2",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -127,7 +127,7 @@ const CheckboxButton: React.FC<Props> = (props) => {
127
127
  useComplexFormatting
128
128
  ? (
129
129
  <pre
130
- className="ps-1 text-start text-break"
130
+ className="ps-1 text-start text-break m-0"
131
131
  style={{
132
132
  whiteSpace: 'pre-wrap',
133
133
  tabSize: 2,
@@ -111,7 +111,7 @@ const RadioButton: React.FC<Props> = (props) => {
111
111
  useComplexFormatting
112
112
  ? (
113
113
  <pre
114
- className="ps-1 text-start text-break"
114
+ className="ps-1 text-start text-break m-0"
115
115
  style={{
116
116
  whiteSpace: 'pre-wrap',
117
117
  tabSize: 2,