dce-reactkit 3.6.12 → 3.6.13

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.6.12",
3
+ "version": "3.6.13",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -334,7 +334,7 @@ const MultiSwitch: React.FC<Props> = (props) => {
334
334
  );
335
335
 
336
336
  return (
337
- <div className="MultiSwitch-outer-box alert alert-dark">
337
+ <div className="MultiSwitch-outer-box alert alert-dark m-0">
338
338
  {/* Style */}
339
339
  <style>
340
340
  {style}