min-width

We need to allow the container to be smaller

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-26 11:08:31 +01:00
parent e90ae2ea75
commit 819a0b013f
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -140,6 +140,7 @@ limitations under the License.
display: flex;
flex-direction: column;
width: 100%;
min-width: 0;
}
.mx_RoomView_body {