jsuites 4.16.1 → 4.16.2
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/dist/jsuites.basic.css +1 -0
- package/dist/jsuites.basic.js +1 -1
- package/dist/jsuites.css +2 -1
- package/dist/jsuites.js +1 -1
- package/package.json +1 -1
package/dist/jsuites.basic.css
CHANGED
package/dist/jsuites.basic.js
CHANGED
package/dist/jsuites.css
CHANGED
|
@@ -136,6 +136,7 @@ div[data-before]:before {
|
|
|
136
136
|
color: #eee;
|
|
137
137
|
width: 100%;
|
|
138
138
|
height: 100%;
|
|
139
|
+
text-align: center;
|
|
139
140
|
}
|
|
140
141
|
|
|
141
142
|
.jremove {
|
|
@@ -1753,7 +1754,7 @@ div[data-before]:before {
|
|
|
1753
1754
|
}
|
|
1754
1755
|
|
|
1755
1756
|
.jmodal_title:empty + .jmodal_content {
|
|
1756
|
-
height:
|
|
1757
|
+
height: 100%;
|
|
1757
1758
|
}
|
|
1758
1759
|
|
|
1759
1760
|
.jmodal_content::-webkit-scrollbar {
|
package/dist/jsuites.js
CHANGED
package/package.json
CHANGED