Merge pull request #6653 from matrix-org/fix/palid/space-room-view-css

Fix content not being centered
pull/21833/head
Dariusz Niemczyk 2021-08-20 18:30:43 +02:00 committed by GitHub
commit 1c29505c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ limitations under the License.
flex-direction: column;
flex: 1;
position: relative;
justify-content: center;
}
.mx_RoomView {