mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-02 23:45:45 +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)'
|
||||
)
|
||||
|
||||
div {{profile.name}}
|
||||
.text-muted.ml-2 {{getDescription(profile)}}
|
||||
.no-wrap {{profile.name}}
|
||||
.text-muted.no-wrap.ml-2 {{getDescription(profile)}}
|
||||
|
||||
.mr-auto
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user