dce-reactkit 3.7.4 → 3.7.5

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.7.4",
3
+ "version": "3.7.5",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -178,7 +178,7 @@ const CopiableBox: React.FC<Props> = (props) => {
178
178
  /*----------------------------------------*/
179
179
 
180
180
  return (
181
- <div className="input-group mb-2">
181
+ <div className="input-group">
182
182
  {/* Label */}
183
183
  {(label || labelIcon) && (
184
184
  <span