fix css and verbose webpack build
This commit is contained in:
parent
ca333699c0
commit
962d8d8da0
2 changed files with 8 additions and 8 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"cleanup-ngc": "node ./node_modules/rimraf/bin ./src/ts/**/*.js ./src/ts/**/*.json ./src/ts/page.routing.ts",
|
||||
"cleanup-and-ngc": "npm run cleanup && npm run ngc",
|
||||
"ngc": "node --max-old-space-size=14336 ./node_modules/@angular/compiler-cli/src/main -p tsconfig.aot.json",
|
||||
"build-webpack": "node --max-old-space-size=14336 ./node_modules/webpack/bin/webpack --config webpack.aot.config.js --progress --profile",
|
||||
"build-webpack": "node --max-old-space-size=14336 ./node_modules/webpack/bin/webpack --config webpack.aot.config.js --progress --profile --stats verbose",
|
||||
"save-ts-metadata": "node save.ts.metadata.js",
|
||||
"tsc": "node ./node_modules/typescript/bin/tsc",
|
||||
"tsc-watch": "node ./node_modules/typescript/bin/tsc --watch",
|
||||
|
|
|
|||
|
|
@ -441,7 +441,7 @@
|
|||
width: 30%;
|
||||
}
|
||||
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text {
|
||||
position: relative
|
||||
position: relative;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text > .form-group > div:last-of-type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue