Skip to content

Commit f7a7b61

Browse files
committed
fix: fix infomation word break
1 parent 1fd1a69 commit f7a7b61

29 files changed

+31
-30
lines changed

view/javascript/components/information.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default {
5959
"textAccount": "Account",
6060
"textFree": "Free",
6161
"textPluginVersion": "Plugin version",
62-
"textPHPVersion": "PHP version",
62+
"textPHPVersion": "PHP",
6363
"textActive": "Active",
6464
"textBuildMin": "Build min."
6565
}
@@ -96,7 +96,8 @@ export default {
9696
letter-spacing: 0.16px;
9797
text-align: right;
9898
color: $black;
99-
word-break: break-all;
99+
white-space: nowrap;
100+
overflow-y: auto;
100101
}
101102
}
102103
}

view/javascript/dist/0.3c95f06f459bdfc1f71d.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

view/javascript/dist/0.bb282d98a914c55625ba.bundle.js

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

view/javascript/dist/0.3c95f06f459bdfc1f71d.css renamed to view/javascript/dist/0.bb282d98a914c55625ba.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)