selector ui tweaks

This commit is contained in:
Eugene Pankov
2021-08-08 17:54:39 +02:00
parent dfdb3b051b
commit 79de7ec015
2 changed files with 7 additions and 2 deletions

View File

@@ -22,5 +22,5 @@
[fastHtmlBind]='option.icon',
*ngIf='iconIsSVG(option.icon)'
)
.mr-2.title {{getOptionText(option)}}
.text-muted {{option.description}}
.title.mr-2 {{getOptionText(option)}}
.description.no-wrap.text-muted {{option.description}}

View File

@@ -16,6 +16,11 @@
.title {
margin-left: 10px;
flex: none;
}
.description {
flex: 1 1 0;
}
input {