Tabs: Remove unnecessary flexbox styles

white-space:nowrap is simpler and better supported.

Change-Id: I8c44cdd3c30a4cad1817b7912f9bbaae9e5ef641
This commit is contained in:
Ed Sanders 2019-06-18 21:34:24 +01:00
parent 48c3aa0662
commit 240280b906
1 changed files with 1 additions and 3 deletions

View File

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