dce-reactkit 3.7.4 → 3.7.6

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.6",
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
@@ -147,7 +147,7 @@ const style = `
147
147
  top: 0;
148
148
  left: 0;
149
149
  width: 100vw;
150
- height: 100vw;
150
+ height: 200vh;
151
151
  background-color: rgba(0, 0, 0, 0.7);
152
152
  }
153
153
  .Modal-fading-in {