@syncfusion/ej2-vue-pdfviewer 20.2.45 → 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/CHANGELOG.md +25 -0
- package/dist/ej2-vue-pdfviewer.umd.min.js +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +4 -1
- package/styles/bootstrap.css +4 -1
- package/styles/bootstrap4.css +4 -1
- package/styles/bootstrap5-dark.css +4 -1
- package/styles/bootstrap5.css +4 -1
- package/styles/fabric-dark.css +4 -1
- package/styles/fabric.css +4 -1
- package/styles/fluent-dark.css +4 -1
- package/styles/fluent.css +4 -1
- package/styles/highcontrast-light.css +4 -1
- package/styles/highcontrast.css +4 -1
- package/styles/material-dark.css +4 -1
- package/styles/material.css +4 -1
- package/styles/pdfviewer/bootstrap-dark.css +4 -1
- package/styles/pdfviewer/bootstrap.css +4 -1
- package/styles/pdfviewer/bootstrap4.css +4 -1
- package/styles/pdfviewer/bootstrap5-dark.css +4 -1
- package/styles/pdfviewer/bootstrap5.css +4 -1
- package/styles/pdfviewer/fabric-dark.css +4 -1
- package/styles/pdfviewer/fabric.css +4 -1
- package/styles/pdfviewer/fluent-dark.css +4 -1
- package/styles/pdfviewer/fluent.css +4 -1
- package/styles/pdfviewer/highcontrast-light.css +4 -1
- package/styles/pdfviewer/highcontrast.css +4 -1
- package/styles/pdfviewer/material-dark.css +4 -1
- package/styles/pdfviewer/material.css +4 -1
- package/styles/pdfviewer/tailwind-dark.css +4 -1
- package/styles/pdfviewer/tailwind.css +4 -1
- package/styles/tailwind-dark.css +4 -1
- package/styles/tailwind.css +4 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-pdfviewer@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-pdfviewer@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pdfviewer@20.2.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Te3PDhg35cKxbYpBQXV1t+CpOHuAg6lQdY4KLKodDnwyYh3J+iomiEAABOxLxRRG1c0mfAlanZWT9Kc9SEjJuw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-pdfviewer",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-20.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-20.2.48.tgz",
|
|
23
|
+
"_shasum": "52c45d3009717723fe4338a175c57fb4aded0b7c",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "20.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.48",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "20.2.49",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~20.2.45"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -64,6 +64,6 @@
|
|
|
64
64
|
"scripts": {
|
|
65
65
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
66
66
|
},
|
|
67
|
-
"version": "20.2.
|
|
67
|
+
"version": "20.2.49",
|
|
68
68
|
"sideEffects": false
|
|
69
69
|
}
|
|
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
701
|
-
display:
|
|
701
|
+
display: block;
|
|
702
|
+
padding-left: 10px;
|
|
703
|
+
padding-right: 10px;
|
|
704
|
+
width: auto;
|
|
702
705
|
}
|
|
703
706
|
|
|
704
707
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/bootstrap.css
CHANGED
|
@@ -703,7 +703,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
703
703
|
}
|
|
704
704
|
|
|
705
705
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
706
|
-
display:
|
|
706
|
+
display: block;
|
|
707
|
+
padding-left: 10px;
|
|
708
|
+
padding-right: 10px;
|
|
709
|
+
width: auto;
|
|
707
710
|
}
|
|
708
711
|
|
|
709
712
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -720,7 +720,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
720
720
|
}
|
|
721
721
|
|
|
722
722
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
723
|
-
display:
|
|
723
|
+
display: block;
|
|
724
|
+
padding-left: 10px;
|
|
725
|
+
padding-right: 10px;
|
|
726
|
+
width: auto;
|
|
724
727
|
}
|
|
725
728
|
|
|
726
729
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -711,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
714
|
-
display:
|
|
714
|
+
display: block;
|
|
715
|
+
padding-left: 10px;
|
|
716
|
+
padding-right: 10px;
|
|
717
|
+
width: auto;
|
|
715
718
|
}
|
|
716
719
|
|
|
717
720
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -711,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
714
|
-
display:
|
|
714
|
+
display: block;
|
|
715
|
+
padding-left: 10px;
|
|
716
|
+
padding-right: 10px;
|
|
717
|
+
width: auto;
|
|
715
718
|
}
|
|
716
719
|
|
|
717
720
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -708,7 +708,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
708
708
|
}
|
|
709
709
|
|
|
710
710
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
711
|
-
display:
|
|
711
|
+
display: block;
|
|
712
|
+
padding-left: 10px;
|
|
713
|
+
padding-right: 10px;
|
|
714
|
+
width: auto;
|
|
712
715
|
}
|
|
713
716
|
|
|
714
717
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/fabric.css
CHANGED
|
@@ -715,7 +715,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
715
715
|
}
|
|
716
716
|
|
|
717
717
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
718
|
-
display:
|
|
718
|
+
display: block;
|
|
719
|
+
padding-left: 10px;
|
|
720
|
+
padding-right: 10px;
|
|
721
|
+
width: auto;
|
|
719
722
|
}
|
|
720
723
|
|
|
721
724
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -712,7 +712,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
712
712
|
}
|
|
713
713
|
|
|
714
714
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
715
|
-
display:
|
|
715
|
+
display: block;
|
|
716
|
+
padding-left: 10px;
|
|
717
|
+
padding-right: 10px;
|
|
718
|
+
width: auto;
|
|
716
719
|
}
|
|
717
720
|
|
|
718
721
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/fluent.css
CHANGED
|
@@ -712,7 +712,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
712
712
|
}
|
|
713
713
|
|
|
714
714
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
715
|
-
display:
|
|
715
|
+
display: block;
|
|
716
|
+
padding-left: 10px;
|
|
717
|
+
padding-right: 10px;
|
|
718
|
+
width: auto;
|
|
716
719
|
}
|
|
717
720
|
|
|
718
721
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
701
|
-
display:
|
|
701
|
+
display: block;
|
|
702
|
+
padding-left: 10px;
|
|
703
|
+
padding-right: 10px;
|
|
704
|
+
width: auto;
|
|
702
705
|
}
|
|
703
706
|
|
|
704
707
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/highcontrast.css
CHANGED
|
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
701
|
-
display:
|
|
701
|
+
display: block;
|
|
702
|
+
padding-left: 10px;
|
|
703
|
+
padding-right: 10px;
|
|
704
|
+
width: auto;
|
|
702
705
|
}
|
|
703
706
|
|
|
704
707
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/material-dark.css
CHANGED
|
@@ -702,7 +702,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
702
702
|
}
|
|
703
703
|
|
|
704
704
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
705
|
-
display:
|
|
705
|
+
display: block;
|
|
706
|
+
padding-left: 10px;
|
|
707
|
+
padding-right: 10px;
|
|
708
|
+
width: auto;
|
|
706
709
|
}
|
|
707
710
|
|
|
708
711
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/material.css
CHANGED
|
@@ -702,7 +702,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
702
702
|
}
|
|
703
703
|
|
|
704
704
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
705
|
-
display:
|
|
705
|
+
display: block;
|
|
706
|
+
padding-left: 10px;
|
|
707
|
+
padding-right: 10px;
|
|
708
|
+
width: auto;
|
|
706
709
|
}
|
|
707
710
|
|
|
708
711
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
701
|
-
display:
|
|
701
|
+
display: block;
|
|
702
|
+
padding-left: 10px;
|
|
703
|
+
padding-right: 10px;
|
|
704
|
+
width: auto;
|
|
702
705
|
}
|
|
703
706
|
|
|
704
707
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -703,7 +703,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
703
703
|
}
|
|
704
704
|
|
|
705
705
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
706
|
-
display:
|
|
706
|
+
display: block;
|
|
707
|
+
padding-left: 10px;
|
|
708
|
+
padding-right: 10px;
|
|
709
|
+
width: auto;
|
|
707
710
|
}
|
|
708
711
|
|
|
709
712
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -720,7 +720,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
720
720
|
}
|
|
721
721
|
|
|
722
722
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
723
|
-
display:
|
|
723
|
+
display: block;
|
|
724
|
+
padding-left: 10px;
|
|
725
|
+
padding-right: 10px;
|
|
726
|
+
width: auto;
|
|
724
727
|
}
|
|
725
728
|
|
|
726
729
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -711,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
714
|
-
display:
|
|
714
|
+
display: block;
|
|
715
|
+
padding-left: 10px;
|
|
716
|
+
padding-right: 10px;
|
|
717
|
+
width: auto;
|
|
715
718
|
}
|
|
716
719
|
|
|
717
720
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -711,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
714
|
-
display:
|
|
714
|
+
display: block;
|
|
715
|
+
padding-left: 10px;
|
|
716
|
+
padding-right: 10px;
|
|
717
|
+
width: auto;
|
|
715
718
|
}
|
|
716
719
|
|
|
717
720
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -708,7 +708,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
708
708
|
}
|
|
709
709
|
|
|
710
710
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
711
|
-
display:
|
|
711
|
+
display: block;
|
|
712
|
+
padding-left: 10px;
|
|
713
|
+
padding-right: 10px;
|
|
714
|
+
width: auto;
|
|
712
715
|
}
|
|
713
716
|
|
|
714
717
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -715,7 +715,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
715
715
|
}
|
|
716
716
|
|
|
717
717
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
718
|
-
display:
|
|
718
|
+
display: block;
|
|
719
|
+
padding-left: 10px;
|
|
720
|
+
padding-right: 10px;
|
|
721
|
+
width: auto;
|
|
719
722
|
}
|
|
720
723
|
|
|
721
724
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -712,7 +712,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
712
712
|
}
|
|
713
713
|
|
|
714
714
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
715
|
-
display:
|
|
715
|
+
display: block;
|
|
716
|
+
padding-left: 10px;
|
|
717
|
+
padding-right: 10px;
|
|
718
|
+
width: auto;
|
|
716
719
|
}
|
|
717
720
|
|
|
718
721
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -712,7 +712,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
712
712
|
}
|
|
713
713
|
|
|
714
714
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
715
|
-
display:
|
|
715
|
+
display: block;
|
|
716
|
+
padding-left: 10px;
|
|
717
|
+
padding-right: 10px;
|
|
718
|
+
width: auto;
|
|
716
719
|
}
|
|
717
720
|
|
|
718
721
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
701
|
-
display:
|
|
701
|
+
display: block;
|
|
702
|
+
padding-left: 10px;
|
|
703
|
+
padding-right: 10px;
|
|
704
|
+
width: auto;
|
|
702
705
|
}
|
|
703
706
|
|
|
704
707
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
701
|
-
display:
|
|
701
|
+
display: block;
|
|
702
|
+
padding-left: 10px;
|
|
703
|
+
padding-right: 10px;
|
|
704
|
+
width: auto;
|
|
702
705
|
}
|
|
703
706
|
|
|
704
707
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -702,7 +702,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
702
702
|
}
|
|
703
703
|
|
|
704
704
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
705
|
-
display:
|
|
705
|
+
display: block;
|
|
706
|
+
padding-left: 10px;
|
|
707
|
+
padding-right: 10px;
|
|
708
|
+
width: auto;
|
|
706
709
|
}
|
|
707
710
|
|
|
708
711
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -702,7 +702,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
702
702
|
}
|
|
703
703
|
|
|
704
704
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
705
|
-
display:
|
|
705
|
+
display: block;
|
|
706
|
+
padding-left: 10px;
|
|
707
|
+
padding-right: 10px;
|
|
708
|
+
width: auto;
|
|
706
709
|
}
|
|
707
710
|
|
|
708
711
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -706,7 +706,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
706
706
|
}
|
|
707
707
|
|
|
708
708
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
709
|
-
display:
|
|
709
|
+
display: block;
|
|
710
|
+
padding-left: 10px;
|
|
711
|
+
padding-right: 10px;
|
|
712
|
+
width: auto;
|
|
710
713
|
}
|
|
711
714
|
|
|
712
715
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -707,7 +707,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
707
707
|
}
|
|
708
708
|
|
|
709
709
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
710
|
-
display:
|
|
710
|
+
display: block;
|
|
711
|
+
padding-left: 10px;
|
|
712
|
+
padding-right: 10px;
|
|
713
|
+
width: auto;
|
|
711
714
|
}
|
|
712
715
|
|
|
713
716
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -706,7 +706,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
706
706
|
}
|
|
707
707
|
|
|
708
708
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
709
|
-
display:
|
|
709
|
+
display: block;
|
|
710
|
+
padding-left: 10px;
|
|
711
|
+
padding-right: 10px;
|
|
712
|
+
width: auto;
|
|
710
713
|
}
|
|
711
714
|
|
|
712
715
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/tailwind.css
CHANGED
|
@@ -707,7 +707,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
707
707
|
}
|
|
708
708
|
|
|
709
709
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
710
|
-
display:
|
|
710
|
+
display: block;
|
|
711
|
+
padding-left: 10px;
|
|
712
|
+
padding-right: 10px;
|
|
713
|
+
width: auto;
|
|
711
714
|
}
|
|
712
715
|
|
|
713
716
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|