From d6e69f5bf5becd902da9301ac2b548a871776c72 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 31 Jan 2022 21:54:33 +0100 Subject: [PATCH] fixed UI for oversized profile names - fixes #5506 --- .../src/components/profilesSettingsTab.component.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tabby-settings/src/components/profilesSettingsTab.component.pug b/tabby-settings/src/components/profilesSettingsTab.component.pug index 583c6121..b7d64285 100644 --- a/tabby-settings/src/components/profilesSettingsTab.component.pug +++ b/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