From 5410c6112b9eef5e4890461c495d903cdbdbb462 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 17 Mar 2018 11:59:41 +0100 Subject: [PATCH] Elastic: Make .nav-tabs non-wrappable --- skins/elastic/styles/widgets/common.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/skins/elastic/styles/widgets/common.less b/skins/elastic/styles/widgets/common.less index 05dc3f4e8..d0a7f3210 100644 --- a/skins/elastic/styles/widgets/common.less +++ b/skins/elastic/styles/widgets/common.less @@ -332,6 +332,20 @@ fieldset.image-attachment { } } +// Make Bootstrap tabs non-wrappable +.nav-tabs { + flex-wrap: nowrap; + + .nav-item { + white-space: nowrap; + overflow: hidden; + } + + .nav-link { + .overflow-ellipsis; + } +} + .table-widget { display: flex; flex-direction: column;