Unverified Commit 4dea8f0a authored by Swayangjit Prasad Parida's avatar Swayangjit Prasad Parida Committed by GitHub
Browse files

Merge pull request #172 from vpPavithra/release-5.0.0

Release 5.0.0
No related merge requests found
Showing with 923 additions and 144 deletions
+923 -144
......@@ -20,7 +20,7 @@ const run = async () => {
const answers = {
environment: 'mobile',
name: '@project-sunbird/common-form-elements-v9',
version: '4.9.0'
version: '5.0.3'
}
const { environment } = answers;
console.log(answers);
......
This diff is collapsed.
{
"name": "@project-sunbird/common-form-elements-v9",
"version": "4.9.0",
"version": "5.0.3",
"peerDependencies": {
"@angular/common": "^9.1.13",
"@angular/core": "^9.1.13",
......@@ -18,4 +18,4 @@
"immutable": "^4.0.0-rc.12",
"moment": "^2.29.1"
}
}
}
\ No newline at end of file
......@@ -196,12 +196,16 @@
visibility: hidden;
}
.cfe-multiselect-modal-item {
align-items: center;
}
/* The container */
.multi-select-container .container {
display: block;
position: relative;
padding-left: 2.1875rem;
margin-bottom: 0.75rem;
margin-bottom: 1.5rem;
cursor: pointer;
font-size: 1.375rem;
-webkit-user-select: none;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment