@clayui/css 3.101.0 → 3.102.0
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/lib/css/atlas.css +6 -2
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +6 -2
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +7 -3
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/cadmin/variables/_modals.scss +4 -1
- package/src/scss/variables/_modals.scss +4 -1
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.102.0
|
|
4
4
|
*
|
|
5
5
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
6
6
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -11382,6 +11382,7 @@ label.custom-control-label {
|
|
|
11382
11382
|
border: 0.0625rem solid rgba(0, 0, 0, 0.2);
|
|
11383
11383
|
display: flex;
|
|
11384
11384
|
flex-direction: column;
|
|
11385
|
+
max-height: calc(100vh - 1.75rem * 2);
|
|
11385
11386
|
outline: 0;
|
|
11386
11387
|
overflow: hidden;
|
|
11387
11388
|
pointer-events: auto;
|
|
@@ -11409,11 +11410,14 @@ label.custom-control-label {
|
|
|
11409
11410
|
flex-grow: 1;
|
|
11410
11411
|
flex-shrink: 1;
|
|
11411
11412
|
margin-top: -0.0625rem;
|
|
11413
|
+
overflow: auto;
|
|
11414
|
+
overflow-wrap: break-word;
|
|
11415
|
+
word-wrap: break-word;
|
|
11412
11416
|
padding: 1rem;
|
|
11413
11417
|
position: relative;
|
|
11414
11418
|
}
|
|
11415
11419
|
.modal-body.inline-scroller {
|
|
11416
|
-
max-height:
|
|
11420
|
+
max-height: none;
|
|
11417
11421
|
-webkit-overflow-scrolling: touch;
|
|
11418
11422
|
overflow: auto;
|
|
11419
11423
|
padding: 1rem;
|