1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-02 11:44:01 +03:00

selector ui tweaks

This commit is contained in:
Eugene Pankov 2021-08-08 17:54:39 +02:00
parent dfdb3b051b
commit 79de7ec015
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
2 changed files with 7 additions and 2 deletions

View File

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

View File

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