Skip to content

Commit

Permalink
chore(deps-dev): bump stylelint-config-prettier from 8.0.2 to 9.0.3 (#…
Browse files Browse the repository at this point in the history
…2946)

* chore(deps-dev): bump stylelint-config-prettier from 8.0.2 to 9.0.3

Bumps [stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier) from 8.0.2 to 9.0.3.
- [Release notes](https://github.com/prettier/stylelint-config-prettier/releases)
- [Commits](prettier/stylelint-config-prettier@v8.0.2...v9.0.3)

---
updated-dependencies:
- dependency-name: stylelint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: lint

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antariksh <[email protected]>
  • Loading branch information
dependabot[bot] and mantariksh authored Oct 20, 2021
1 parent e819ab2 commit d77fbc3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
"regenerator": "^0.14.4",
"rimraf": "^3.0.2",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^22.0.0",
"stylelint-prettier": "^1.2.0",
"supertest": "^6.1.6",
Expand Down
4 changes: 4 additions & 0 deletions src/public/modules/forms/admin/css/create-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
.create-form #create-form-secret-key .icon-container:first-child {
padding-right: 5px;
}

.create-form #create-form-secret-key .icon-container:nth-child(2) {
padding-left: 5px;
}
Expand Down Expand Up @@ -193,9 +194,11 @@
flex: 1;
border-bottom: 1px solid #dcdcdc;
}

.create-form #template-separator::before {
margin-right: 2em;
}

.create-form #template-separator::after {
margin-left: 2em;
}
Expand All @@ -204,6 +207,7 @@
.create-form #template-separator::before {
margin-right: 0.5em;
}

.create-form #template-separator::after {
margin-left: 0.5em;
}
Expand Down
1 change: 1 addition & 0 deletions src/public/modules/forms/base/css/base-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
#admin-tabs-container {
scrollbar-width: none;
}

#admin-tabs-container > li {
width: 20%;
text-align: center;
Expand Down
2 changes: 2 additions & 0 deletions src/public/styles/ui-bootstrap-csp.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
-webkit-transition: 0s ease-in-out left;
transition: 0s ease-in-out left;
}

.uib-datepicker .uib-title {
width: 100%;
}
Expand Down Expand Up @@ -38,6 +39,7 @@
.uib-position-body-scrollbar-measure {
overflow: scroll !important;
}

.uib-datepicker-popup.dropdown-menu {
display: block;
float: none;
Expand Down

0 comments on commit d77fbc3

Please sign in to comment.