Skip to content

Commit 26ac927

Browse files
committed
Optimized css
1 parent 5591786 commit 26ac927

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "2.0.50",
4+
"version": "2.0.51",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

src/vue-data-ui.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
.vue-data-ui-fullscreen--on {
88
height: 90%;
9+
margin: 0 auto !important;
910
}
1011
.vue-data-ui-fullscreen--off {
1112
max-width: 100%;

0 commit comments

Comments
 (0)