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

View File

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