Unverified Commit 87d24ac9 authored by Swayangjit Prasad Parida's avatar Swayangjit Prasad Parida Committed by GitHub
Browse files

Merge pull request #16 from itsvick/release-3.3.0

Issue #SH-1234 fix: Placeholder alignment fixed
No related merge requests found
Showing with 3 additions and 5 deletions
+3 -5
{
"name": "common-form-elements",
"version": "2.0.2",
"version": "2.0.3",
"peerDependencies": {
"@angular/common": "^7.1.0",
"@angular/core": "^7.1.0",
......
......@@ -23,10 +23,8 @@ label{
}
.multi-select-container .list-border .placeholder {
font-size: 12px;
font-weight: 700;
margin-left: 12px;
color: var(--gray-100)
margin: 0;
color: var(--gray-100);
}
.multi-select-container .list-border ul[disabled] {
......
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