@clayui/css 3.101.0 → 3.103.1
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/functions/_type-conversion-functions.scss +2 -2
- package/src/scss/variables/_modals.scss +4 -1
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.103.1
|
|
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>
|
|
@@ -12142,6 +12142,7 @@ label.custom-control-label {
|
|
|
12142
12142
|
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
|
|
12143
12143
|
display: flex;
|
|
12144
12144
|
flex-direction: column;
|
|
12145
|
+
max-height: calc(100vh - 1.75rem * 2);
|
|
12145
12146
|
outline: 0;
|
|
12146
12147
|
overflow: hidden;
|
|
12147
12148
|
pointer-events: auto;
|
|
@@ -12168,11 +12169,14 @@ label.custom-control-label {
|
|
|
12168
12169
|
flex-grow: 1;
|
|
12169
12170
|
flex-shrink: 1;
|
|
12170
12171
|
margin-top: -0.0625rem;
|
|
12172
|
+
overflow: auto;
|
|
12173
|
+
overflow-wrap: break-word;
|
|
12174
|
+
word-wrap: break-word;
|
|
12171
12175
|
padding: 1.5rem;
|
|
12172
12176
|
position: relative;
|
|
12173
12177
|
}
|
|
12174
12178
|
.modal-body.inline-scroller {
|
|
12175
|
-
max-height:
|
|
12179
|
+
max-height: none;
|
|
12176
12180
|
-webkit-overflow-scrolling: touch;
|
|
12177
12181
|
overflow: auto;
|
|
12178
12182
|
padding: 1.5rem;
|