Merge pull request #6652 from matrix-org/fix/palid/space-room-view-css
Fix space room view invalid css
This commit is contained in:
commit
374a0265b3
2 changed files with 10 additions and 1 deletions
|
@ -14,6 +14,13 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_RoomView_wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mx_RoomView {
|
||||
word-wrap: break-word;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue