You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Fix vertical height causing sublists to wrap
This commit is contained in:
@@ -23,5 +23,5 @@ limitations under the License.
|
|||||||
// worry about in this stylesheet.
|
// worry about in this stylesheet.
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap; // let the column overflow
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user