@syncfusion/ej2 20.2.48 → 20.2.49
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/bootstrap-dark.css +4 -1
- package/bootstrap.css +4 -1
- package/bootstrap4.css +4 -1
- package/bootstrap5-dark.css +4 -1
- package/bootstrap5.css +4 -1
- package/dist/ej2.d.ts +1 -1
- package/dist/ej2.min.js +2 -2
- package/fabric-dark.css +4 -1
- package/fabric.css +4 -1
- package/fluent-dark.css +4 -1
- package/fluent.css +4 -1
- package/highcontrast.css +4 -1
- package/material-dark.css +4 -1
- package/material.css +4 -1
- package/package.json +16 -16
- package/pdfviewer/bootstrap-dark.css +4 -1
- package/pdfviewer/bootstrap.css +4 -1
- package/pdfviewer/bootstrap4.css +4 -1
- package/pdfviewer/bootstrap5-dark.css +4 -1
- package/pdfviewer/bootstrap5.css +4 -1
- package/pdfviewer/compatibility/bootstrap-dark.css +4 -1
- package/pdfviewer/compatibility/bootstrap.css +4 -1
- package/pdfviewer/compatibility/bootstrap4.css +4 -1
- package/pdfviewer/compatibility/bootstrap5-dark.css +4 -1
- package/pdfviewer/compatibility/bootstrap5.css +4 -1
- package/pdfviewer/compatibility/fabric-dark.css +4 -1
- package/pdfviewer/compatibility/fabric.css +4 -1
- package/pdfviewer/compatibility/fluent-dark.css +4 -1
- package/pdfviewer/compatibility/fluent.css +4 -1
- package/pdfviewer/compatibility/highcontrast-light.css +4 -1
- package/pdfviewer/compatibility/highcontrast.css +4 -1
- package/pdfviewer/compatibility/material-dark.css +4 -1
- package/pdfviewer/compatibility/material.css +4 -1
- package/pdfviewer/compatibility/tailwind-dark.css +4 -1
- package/pdfviewer/compatibility/tailwind.css +4 -1
- package/pdfviewer/fabric-dark.css +4 -1
- package/pdfviewer/fabric.css +4 -1
- package/pdfviewer/fluent-dark.css +4 -1
- package/pdfviewer/fluent.css +4 -1
- package/pdfviewer/highcontrast-light.css +4 -1
- package/pdfviewer/highcontrast.css +4 -1
- package/pdfviewer/material-dark.css +4 -1
- package/pdfviewer/material.css +4 -1
- package/pdfviewer/tailwind-dark.css +4 -1
- package/pdfviewer/tailwind.css +4 -1
- package/styles/compatibility/bootstrap.css +4 -1
- package/styles/compatibility/bootstrap4.css +4 -1
- package/styles/compatibility/fabric.css +4 -1
- package/styles/compatibility/highcontrast.css +4 -1
- package/styles/compatibility/material.css +4 -1
- package/tailwind-dark.css +4 -1
- package/tailwind.css +4 -1
package/tailwind.css
CHANGED
|
@@ -53402,7 +53402,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
53402
53402
|
}
|
|
53403
53403
|
|
|
53404
53404
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
53405
|
-
display:
|
|
53405
|
+
display: block;
|
|
53406
|
+
padding-left: 10px;
|
|
53407
|
+
padding-right: 10px;
|
|
53408
|
+
width: auto;
|
|
53406
53409
|
}
|
|
53407
53410
|
|
|
53408
53411
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|