mirror of https://github.com/vector-im/riot-web
Remove padding around integration manager iframe (#10148)
Co-authored-by: Andy Balaam <andy.balaam@matrix.org>pull/28217/head
parent
87c2c56043
commit
da2fcdd346
|
@ -17,6 +17,7 @@ limitations under the License.
|
||||||
.mx_IntegrationManager {
|
.mx_IntegrationManager {
|
||||||
.mx_Dialog {
|
.mx_Dialog {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
padding: 0;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
height: 70%;
|
height: 70%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue