min-width

We need to allow the container to be smaller

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Š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
1 changed files with 1 additions and 0 deletions

View File

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