@melodicdev/components 1.5.7 → 1.5.8

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.
@@ -17720,6 +17720,7 @@ const iconStyles = () => css`
17720
17720
  }
17721
17721
 
17722
17722
  i {
17723
+ font-style: normal;
17723
17724
  font-size: var(--ml-icon-size);
17724
17725
  line-height: 1;
17725
17726
  speak: never;
@@ -21723,7 +21724,7 @@ const dialogStyles = () => css`
21723
21724
 
21724
21725
  /* Body */
21725
21726
  .ml-dialog-body {
21726
- flex: 1;
21727
+ flex: 1 1 auto;
21727
21728
  padding: var(--ml-dialog-body-padding);
21728
21729
  overflow-y: auto;
21729
21730
  font-size: var(--ml-dialog-body-font-size);