diff --git a/src/renderer/views/Channel/Channel.css b/src/renderer/views/Channel/Channel.css index 7529291fd..28567c032 100644 --- a/src/renderer/views/Channel/Channel.css +++ b/src/renderer/views/Channel/Channel.css @@ -103,7 +103,8 @@ .tabs { display: flex; - flex: 0 1 33%; + flex: 0 1 66%; + flex-wrap: wrap; } .tab { @@ -201,7 +202,6 @@ .tabs { flex: 1 1 0; - flex-wrap: wrap; } .tab {