Browse Source

fixed UI for oversized profile names - fixes #5506

Eugene Pankov 4 years ago
parent
commit
d6e69f5bf5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tabby-settings/src/components/profilesSettingsTab.component.pug

+ 2 - 2
tabby-settings/src/components/profilesSettingsTab.component.pug

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