delete one line

This commit is contained in:
pengpengshui 2017-07-12 13:51:51 -07:00
parent 003ae3a14f
commit 982263bd66
2 changed files with 2 additions and 4 deletions

View File

@ -16,11 +16,10 @@
"minify": "uglifyjs dist/bundles/harborui.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/harborui.umd.min.js",
"build": "npm run cleanup && npm run transpile && npm run package && npm run minify && npm run copy"
},
"private": true,
"dependencies": {
"@angular/animations": "~4.1.3",
"@angular/common": "~4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/compiler": "~4.1.3",
"@angular/core": "~4.1.3",
"@angular/forms": "~4.1.3",
"@angular/http": "~4.1.3",
@ -29,7 +28,7 @@
"@angular/router": "~4.1.3",
"@ngx-translate/core": "^6.0.0",
"@ngx-translate/http-loader": "0.0.3",
"@webcomponents/custom-elements": "^1.0.0-alpha.3",
"@webcomponents/custom-elements": "1.0.0-alpha.3",
"clarity-angular": "^0.9.8",
"clarity-icons": "^0.9.8",
"clarity-ui": "^0.9.8",

View File

@ -3,7 +3,6 @@ export const REPOSITORY_STACKVIEW_STYLES: string = `
padding-right: 16px;
}
.sub-grid-custom {
/*position: relative;*/ /*for issue #2688*/
left: 40px;
}
.refresh-btn {