git ssb

16+

Dominic / patchbay



Commit f90124ba5ae5f6479370cba8fc7df6744422db23

tab overflow fix

mix irving committed on 2/3/2017, 3:43:41 AM
Parent: a49964144690a350c7916b983282196b38b034a9

Files changed

modules_core/style/hypertabs.mcsschanged
modules_core/style/hypertabs.mcssView
@@ -11,8 +11,9 @@
1111
1212 section.tabs {
1313 flex-grow: 1
1414 display: flex
15 + min-width: 0
1516
1617 div.tab {
1718 flex-grow: 1
1819
@@ -57,9 +58,10 @@
5758 a.link {
5859 flex-grow: 1
5960 flex-shrink: 0
6061 overflow-x: hidden
61- max-width: 220px
62 + min-width: 0
63 + max-width: 90%
6264 white-space: nowrap
6365 text-overflow: ellipsis
6466 }
6567

Built with git-ssb-web