@react5/ui 1.0.17 → 1.0.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react5/ui",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "A React UI library.",
5
5
  "homepage": "https://github.com/react5com/ui#readme",
6
6
  "bugs": {
@@ -759,6 +759,7 @@
759
759
  .r5ui-panel__content {
760
760
  display: flex;
761
761
  flex-direction: column;
762
+ flex: 1;
762
763
  align-content: center;
763
764
  justify-content: center;
764
765
  background-color: var(--page_bg_color, #f6f6f2);
@@ -864,6 +864,7 @@ $title_font: var(--title_font, 'Poppins', serif);
864
864
  &__content {
865
865
  display: flex;
866
866
  flex-direction: column;
867
+ flex: 1;
867
868
  align-content: center;
868
869
  justify-content: center;
869
870
  background-color: $page_bg_color;
@@ -759,6 +759,7 @@
759
759
  .r5ui-panel__content {
760
760
  display: flex;
761
761
  flex-direction: column;
762
+ flex: 1;
762
763
  align-content: center;
763
764
  justify-content: center;
764
765
  background-color: var(--page_bg_color, #f6f6f2);
@@ -864,6 +864,7 @@ $title_font: var(--title_font, 'Poppins', serif);
864
864
  &__content {
865
865
  display: flex;
866
866
  flex-direction: column;
867
+ flex: 1;
867
868
  align-content: center;
868
869
  justify-content: center;
869
870
  background-color: $page_bg_color;
@@ -19,6 +19,7 @@
19
19
  &__content {
20
20
  display: flex;
21
21
  flex-direction: column;
22
+ flex: 1;
22
23
  align-content: center;
23
24
  justify-content: center;
24
25
  background-color: $page_bg_color;