You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/12/11 18:48:49 UTC

[royale-asjs] branch develop updated: jewel-horizontalcenterlayout: wrong height in this layout

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new c4aab33  jewel-horizontalcenterlayout: wrong height in this layout
c4aab33 is described below

commit c4aab33af3c644f039a4199ae73ef43ae1d74c44
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Dec 11 19:48:37 2019 +0100

    jewel-horizontalcenterlayout: wrong height in this layout
---
 frameworks/projects/Jewel/src/main/resources/defaults.css       | 1 -
 frameworks/projects/Jewel/src/main/sass/components/_layout.sass | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 597a581..766be88 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -934,7 +934,6 @@ j|Label {
   justify-content: center;
   align-items: center;
   align-content: center;
-  height: 100%;
 }
 .layout.horizontal.centered > * {
   flex: 0 0 auto;
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_layout.sass b/frameworks/projects/Jewel/src/main/sass/components/_layout.sass
index 1c77362..920978d 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_layout.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_layout.sass
@@ -63,7 +63,7 @@ $gap-size: 10px !default
 			justify-content: center
 			align-items: center
 			align-content: center
-			height: 100%
+			// height: 100%
 			> *
 				flex: 0 0 auto