mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-02 02:23:12 +03:00
selector ui tweaks
This commit is contained in:
parent
dfdb3b051b
commit
79de7ec015
@ -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}}
|
||||||
|
@ -16,6 +16,11 @@
|
|||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
flex: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.description {
|
||||||
|
flex: 1 1 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
Loading…
Reference in New Issue
Block a user