mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-05 01:23:19 +03:00
fixed UI for oversized profile names - fixes #5506
This commit is contained in:
parent
5c644e5e23
commit
d6e69f5bf5
@ -68,8 +68,8 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
|
|||||||
*ngIf='iconIsSVG(profile.icon)'
|
*ngIf='iconIsSVG(profile.icon)'
|
||||||
)
|
)
|
||||||
|
|
||||||
div {{profile.name}}
|
.no-wrap {{profile.name}}
|
||||||
.text-muted.ml-2 {{getDescription(profile)}}
|
.text-muted.no-wrap.ml-2 {{getDescription(profile)}}
|
||||||
|
|
||||||
.mr-auto
|
.mr-auto
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user