1
1
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:
Eugene Pankov 2022-01-31 21:54:33 +01:00
parent 5c644e5e23
commit d6e69f5bf5
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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