Merge pull request #2234 from matrix-org/bwindels/roomsectionfixcollapsedsize

Redesign: Fix room lists sizing
This commit is contained in:
Bruno Windels 2018-10-24 12:23:05 +00:00 committed by GitHub
commit 0038d6d219
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 2 deletions

View file

@ -21,6 +21,7 @@ limitations under the License.
/* use flexbox to layout sublists */
display: flex;
flex-direction: column;
min-height: 0;
}
/* hide resize handles next to collapsed / empty sublists */