@carbon/ibm-products 2.43.2-canary.262 → 2.43.2-canary.265
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/css/index-full-carbon.css +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/ExportModal/ExportModal.d.ts +5 -1
- package/es/components/ExportModal/ExportModal.js +8 -2
- package/lib/components/ExportModal/ExportModal.d.ts +5 -1
- package/lib/components/ExportModal/ExportModal.js +8 -2
- package/package.json +4 -4
- package/scss/components/CreateTearsheet/_create-tearsheet.scss +1 -1
@@ -3770,7 +3770,7 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
3770
3770
|
}
|
3771
3771
|
}
|
3772
3772
|
.c4p--tearsheet-create .c4p--tearsheet-create__content {
|
3773
|
-
height: 100%;
|
3773
|
+
min-height: 100%;
|
3774
3774
|
padding-top: 1.5rem;
|
3775
3775
|
padding-bottom: 1.5rem;
|
3776
3776
|
overflow-x: hidden;
|