1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

fix grid growing wider than viewport

This commit is contained in:
Bruno Windels
2019-01-09 19:05:21 +01:00
parent ece5cb1fcc
commit 40e8e48e08
2 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,8 @@ limitations under the License.
.mx_MatrixChat > :not(.mx_LeftPanel_container):not(.mx_ResizeHandle) {
background-color: $primary-bg-color;
flex: 1;
flex: 1 1 0;
min-width: 0;
/* Experimental fix for https://github.com/vector-im/vector-web/issues/947
and https://github.com/vector-im/vector-web/issues/946.