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:
parent
e90ae2ea75
commit
819a0b013f
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ limitations under the License.
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.mx_RoomView_body {
|
||||
|
|
Loading…
Reference in a new issue