better-svelte-email 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -319,6 +319,7 @@
319
319
  grid-template-columns: 280px 1fr;
320
320
  height: 100vh;
321
321
  width: 100vw;
322
+ max-width: none;
322
323
  background-color: #f9fafb;
323
324
  font-family:
324
325
  ui-sans-serif,
@@ -462,6 +463,8 @@
462
463
  flex-direction: column;
463
464
  overflow: hidden;
464
465
  background-color: white;
466
+ width: 100%;
467
+ min-width: 0;
465
468
  }
466
469
 
467
470
  .centered-state {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-svelte-email",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "author": "Konixy",
5
5
  "repository": {
6
6
  "type": "git",