Skip to content

Commit

Permalink
Merge pull request #78 from nih-sparc/last-round-of-UX-review-changes
Browse files Browse the repository at this point in the history
fixed safari issue with close icon
  • Loading branch information
egauzens authored Jan 28, 2022
2 parents f4eda45 + 427e46a commit 8343a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nih-sparc/sparc-design-system-components",
"version": "0.22.0",
"version": "0.23.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
9 changes: 2 additions & 7 deletions src/components/LargeModal/src/LargeModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,9 @@ export default {
background: none;
border: none;
cursor: pointer;
padding: 0;
padding: .25rem .25rem 0 0;
position: absolute;
right: 41px;
}
.close-icon {
margin-top: 12px;
margin-right: -36px;
right: 0;
}
::v-deep .el-dialog {
Expand Down

0 comments on commit 8343a64

Please sign in to comment.