Skip to content

Commit c90b662

Browse files
committed
Merge branch 'Angular6AndMaterialDesign' of https://github.com/microting/eform-angular-frontend into Angular6AndMaterialDesign
2 parents 0a712b2 + d12ed99 commit c90b662

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

eform-client/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20-
"outputPath": "dist/eform-angular",
20+
"outputPath": "dist",
2121
"index": "src/index.html",
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",

eform-client/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"ng": "ng",
66
"start": "ng serve --proxy-config proxy.config.json",
77
"start-port": "ng serve --port 4300 --proxy-config proxy.config.json",
8-
"build": "ng build",
9-
"build-prod": "ng build --prod",
8+
"build": "ng build --prod",
109
"test": "ng test",
1110
"lint": "ng lint",
1211
"e2e": "ng e2e"

eform-client/src/app/modules/cases/components/case-edit/case-edit.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<app-case-edit-element [element]="elem" *ngFor="let elem of replyElement.elementList"></app-case-edit-element>
99
</div>
1010
<div class="col-md-3">
11-
<div class="card sticky-top z-depth-3 mb-4 mt-4" style="width: 100%">
11+
<div class="card sticky-top z-depth-3 mb-4 mt-4" style="width: 100%; z-index: 1">
1212
<div class="card-header text-center">
1313
{{replyElement.label}}
1414
</div>

0 commit comments

Comments
 (0)