1
0
Fork 0
mirror of synced 2024-09-15 00:38:01 +12:00

Remove border around client app preview

This commit is contained in:
Andrew Kingston 2022-05-10 13:34:10 +01:00
parent 5b297aa6b6
commit a8e4dca331

View file

@ -296,8 +296,8 @@
}
.preview #app-root {
border: 1px solid var(--spectrum-global-color-gray-300);
border-radius: 2px;
/*border: 1px solid var(--spectrum-global-color-gray-300);*/
border-radius: 4px;
}
/* Print styles */