From 240280b90609d238934d52dbdc9fb27e7f3adb63 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Tue, 18 Jun 2019 21:34:24 +0100 Subject: [PATCH] Tabs: Remove unnecessary flexbox styles white-space:nowrap is simpler and better supported. Change-Id: I8c44cdd3c30a4cad1817b7912f9bbaae9e5ef641 --- resources/skins.minerva.amc.styles/tabs.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/skins.minerva.amc.styles/tabs.less b/resources/skins.minerva.amc.styles/tabs.less index 351fd88..5fa2541 100644 --- a/resources/skins.minerva.amc.styles/tabs.less +++ b/resources/skins.minerva.amc.styles/tabs.less @@ -1,6 +1,5 @@ .minerva__tab-container { - display: flex; - flex-wrap: nowrap; + white-space: nowrap; overflow-x: auto; .minerva__tab { @@ -10,7 +9,6 @@ font-weight: bold; padding-bottom: 6px; display: inline-block; - flex: 0 0 auto; &:visited, &:hover,