Skip to content

Commit

Permalink
(fix) fixed merging conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
its-kios09 committed Dec 4, 2024
2 parents d31ebf4 + a9efe7d commit 560b642
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5,587 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx,css,scss}\" \"e2e/**/*.ts\"",
"start": "openmrs develop",
"verify": "turbo run lint && turbo run typescript && turbo run test --color --concurrency=5",
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install dependencies')\""
"preinstall": "npx only-allow yarn"
},
"resolutions": {
"sass": "^1.54.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
margin-top: layout.$spacing-05;
display: flex;
flex: 1;

}

.datePickersRow {
Expand All @@ -51,7 +50,6 @@
width: 100%;
}


.button {
height: layout.$spacing-10;
display: flex;
Expand Down Expand Up @@ -101,7 +99,7 @@
left: 0;
}

&>span {
& > span {
@include type.type-style('body-01');
}
}
Expand Down Expand Up @@ -133,4 +131,4 @@
.datePickerInput input,
.datePickerInput {
min-width: 100%;
}
}
Loading

0 comments on commit 560b642

Please sign in to comment.