Remove padding around integration manager iframe (#10148)

Co-authored-by: Andy Balaam <andy.balaam@matrix.org>
pull/28217/head
Justin Carlson 2023-03-01 06:08:36 -05:00 committed by GitHub
parent 87c2c56043
commit da2fcdd346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ limitations under the License.
.mx_IntegrationManager {
.mx_Dialog {
box-sizing: border-box;
padding: 0;
width: 60%;
height: 70%;
overflow: hidden;