Skip to content

Commit 946fea5

Browse files
author
veeck
committed
fix linter issues
1 parent c6e351c commit 946fea5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/default/alert/styles/notificationFx.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
font-size: 70%;
1010
position: relative;
1111
display: table;
12-
word-wrap: break-word;
12+
overflow-wrap: break-word;
1313
max-width: 100%;
1414
border-width: 1px;
1515
border-radius: 5px;
@@ -35,7 +35,7 @@
3535
top: 40%;
3636
width: 40%;
3737
height: auto;
38-
word-wrap: break-word;
38+
overflow-wrap: break-word;
3939
border-radius: 20px;
4040
}
4141

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"main": "js/electron.js",
3232
"scripts": {
3333
"config:check": "node js/check_config.js",
34+
"postinstall": "git clean -df fonts vendor",
3435
"install-mm": "npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev",
3536
"install-mm:dev": "npm install --no-audit --no-fund --no-update-notifier",
3637
"lint:css": "stylelint 'css/main.css' 'css/roboto.css' 'css/font-awesome.css' 'modules/default/**/*.css' --fix",
3738
"lint:js": "eslint --fix",
3839
"lint:markdown": "markdownlint-cli2 . --fix",
3940
"lint:prettier": "prettier . --write",
40-
"postinstall": "git clean -df fonts vendor",
4141
"prepare": "[ -f node_modules/.bin/husky ] && husky || echo no husky installed.",
4242
"server": "node ./serveronly",
4343
"start": "node --run start:x11",

0 commit comments

Comments
 (0)