Merge pull request #2234 from matrix-org/bwindels/roomsectionfixcollapsedsize
Redesign: Fix room lists sizing
This commit is contained in:
commit
0038d6d219
5 changed files with 5 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue