We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63c9ead + dede01b commit 504c500Copy full SHA for 504c500
.github/workflows/CI-time-tracker-ui.yml
@@ -52,7 +52,7 @@ jobs:
52
sh ./scripts/populate-var-file.sh
53
54
- name: Running tests
55
- run: npm run ci-test --if-present
+ run: npm run test
56
57
- name: Generate coverage report
58
env:
src/app/modules/shared/components/search-user/search-user.component.scss
@@ -4,6 +4,6 @@ label {
4
.selectUser {
5
display: inline-block;
6
width: 350px;
7
- padding: 0 12px 20px 12px;
+ padding: 0 12px 15px 12px;
8
}
9
0 commit comments