mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-04 00:11:57 +00:00
fixed UI for oversized profile names - fixes #5506
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user