File tree Expand file tree Collapse file tree
modules/default/alert/styles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ;
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments