Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
upsmf-common-form-elements-portal
Commits
87d24ac9
Unverified
Commit
87d24ac9
authored
4 years ago
by
Swayangjit Prasad Parida
Committed by
GitHub
4 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #16 from itsvick/release-3.3.0
Issue #SH-1234 fix: Placeholder alignment fixed
parents
69b29b48
69fc1d7c
release-3.3.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
projects/common-form-elements/package.json
+1
-1
projects/common-form-elements/package.json
projects/common-form-elements/src/lib/multiple-dropdown/multiple-dropdown.component.css
+2
-4
...src/lib/multiple-dropdown/multiple-dropdown.component.css
with
3 additions
and
5 deletions
+3
-5
projects/common-form-elements/package.json
+
1
−
1
View file @
87d24ac9
{
"name"
:
"common-form-elements"
,
"version"
:
"2.0.
2
"
,
"version"
:
"2.0.
3
"
,
"peerDependencies"
:
{
"@angular/common"
:
"^7.1.0"
,
"@angular/core"
:
"^7.1.0"
,
...
...
This diff is collapsed.
Click to expand it.
projects/common-form-elements/src/lib/multiple-dropdown/multiple-dropdown.component.css
+
2
−
4
View file @
87d24ac9
...
...
@@ -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
]
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets