Commit f90124ba5ae5f6479370cba8fc7df6744422db23
tab overflow fix
mix irving committed on 2/3/2017, 3:43:41 AMParent: a49964144690a350c7916b983282196b38b034a9
Files changed
modules_core/style/hypertabs.mcss | changed |
modules_core/style/hypertabs.mcss | |||
---|---|---|---|
@@ -11,8 +11,9 @@ | |||
11 | 11 … | ||
12 | 12 … | section.tabs { | |
13 | 13 … | flex-grow: 1 | |
14 | 14 … | display: flex | |
15 … | + min-width: 0 | ||
15 | 16 … | ||
16 | 17 … | div.tab { | |
17 | 18 … | flex-grow: 1 | |
18 | 19 … | ||
@@ -57,9 +58,10 @@ | |||
57 | 58 … | a.link { | |
58 | 59 … | flex-grow: 1 | |
59 | 60 … | flex-shrink: 0 | |
60 | 61 … | overflow-x: hidden | |
61 | - max-width: 220px | ||
62 … | + min-width: 0 | ||
63 … | + max-width: 90% | ||
62 | 64 … | white-space: nowrap | |
63 | 65 … | text-overflow: ellipsis | |
64 | 66 … | } | |
65 | 67 … |
Built with git-ssb-web