Fix wrapping with multiple tags, embiggen tags, pretty icons

This commit is contained in:
Michael Shamoon
2020-12-18 01:13:30 -08:00
parent e10a2391c4
commit 55c4c690ef
3 changed files with 23 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ body {
position: relative;
flex: 1 1 auto;
margin-bottom: 0;
height: calc(1.5em + 0.75rem + 5px);
min-height: calc(1.5em + 0.75rem + 5px);
line-height: 1.5;
.ng-select-container {