From 962d8d8da088f69e57f8148158bdddf2cfd58bc5 Mon Sep 17 00:00:00 2001 From: kochetkov Date: Sat, 15 Mar 2025 13:59:47 +0300 Subject: [PATCH] fix css and verbose webpack build --- frontend/package.json | 2 +- .../resources/css/components-business-metrics.css | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index aeaf61d..ff472f0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", diff --git a/frontend/src/resources/css/components-business-metrics.css b/frontend/src/resources/css/components-business-metrics.css index 97abd59..c87f1f9 100644 --- a/frontend/src/resources/css/components-business-metrics.css +++ b/frontend/src/resources/css/components-business-metrics.css @@ -30,11 +30,11 @@ background: var(--block-active-bg) !important } -.webbpm.ervu_business_metrics .selectize-dropdown, -.webbpm.ervu_business_metrics .selectize-input, +.webbpm.ervu_business_metrics .selectize-dropdown, +.webbpm.ervu_business_metrics .selectize-input, .webbpm.ervu_business_metrics .selectize-input input { font-size: var(--size-text-secondary); -} +} .webbpm.ervu_business_metrics .selectize-control { display: flex; //height: auto; @@ -249,7 +249,7 @@ padding-right: 64px; } -.webbpm.ervu_business_metrics .block-section { +.webbpm.ervu_business_metrics .block-section { padding-right: 0; } .webbpm.ervu_business_metrics .block-section:first-child:last-child :is(.graph-donut, .graph-donut-large) { @@ -397,7 +397,7 @@ width: min(11vw, 13.75rem) !important; /*220px*/ height: min(11vw, 13.75rem) !important; /*220px*/ } - + .webbpm.ervu_business_metrics [class*="graph-legend"] * { margin-bottom: 0; } @@ -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 { @@ -565,4 +565,4 @@ .webbpm.ervu_business_metrics .block-panel .panel-btn:nth-child(n+4) { margin-top: var(--indent-mini); } -} \ No newline at end of file +}