This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(chips): Fix styling issues with padding & remove.
Update SCSS to fix: * remove icon jumping to next line on long chips * right padding of chips without a remove icon * location of remove icon in Firefox/Safari fixes #4264. fixes #3276. fixes #2410. closes #4275.
- Loading branch information
1 parent
e22cd6b
commit af3ef52
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
} | ||
&:not(.md-readonly) { | ||
md-chip-template { | ||
padding-right: 20px; | ||
padding-right: 5px; | ||
} | ||
} | ||
} | ||
|