@clayui/css 3.51.0 → 3.52.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 +1 -0
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -0
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +1 -0
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/cadmin/components/_navbar.scss +1 -0
- package/src/scss/components/_navbar.scss +1 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -11191,6 +11191,7 @@ html:not(#__):not(#___) .cadmin .navbar-nav .nav-item .dropdown {
|
|
|
11191
11191
|
align-items: center;
|
|
11192
11192
|
display: flex;
|
|
11193
11193
|
word-wrap: normal;
|
|
11194
|
+
max-width: 100%;
|
|
11194
11195
|
}
|
|
11195
11196
|
html:not(#__):not(#___) .cadmin .navbar-nav .nav-item > .custom-control,
|
|
11196
11197
|
html:not(#__):not(#___) .cadmin .navbar-nav .nav-item > .form-check {
|