Skip to content

Commit 0eb5ad8

Browse files
chore(deps): update dependency stylelint-config-standard to v38 (hestiacp#4932)
* chore(deps): update dependency stylelint-config-standard to v38 * Replace invalid CSS --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alec Rust <me@alecrust.com>
1 parent fb0c737 commit 0eb5ad8

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 10 additions & 10 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
@@ -48,7 +48,7 @@
4848
"prettier-plugin-sh": "^0.15.0",
4949
"prettier-plugin-sql": "^0.18.1",
5050
"stylelint": "^16.18.0",
51-
"stylelint-config-standard": "^36.0.1",
51+
"stylelint-config-standard": "^38.0.0",
5252
"vitepress": "^1.6.3",
5353
"vitest": "^2.1.9",
5454
"vue": "^3.5.13"

web/css/src/themes/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
}
268268

269269
.top-bar-notification-content {
270-
word-break: break-word;
270+
overflow-wrap: break-word;
271271

272272
& p {
273273
margin-bottom: 15px;

0 commit comments

Comments
 (0)