Wrap channel tabs as soon as there isn't enough screen space (#4139)

* Wrap channel tabs as soon as there isn't enough screen space

* Remove redundant `flex-wrap`
This commit is contained in:
Emma 2023-10-14 07:20:19 -04:00 committed by GitHub
parent 3c0ed260c1
commit 1a92d4b1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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