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 2020/03/13 15:36:34 UTC

[royale-asjs] branch develop updated: jewel-card: fix height in primarycontent

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 db3ee36  jewel-card: fix height in primarycontent
db3ee36 is described below

commit db3ee36107dd19aa9d86ab48c936ebb4a4ad9776
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Mar 13 16:36:20 2020 +0100

    jewel-card: fix height in primarycontent
---
 frameworks/projects/Jewel/src/main/resources/defaults.css     | 2 +-
 frameworks/projects/Jewel/src/main/sass/components/_card.sass | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css b/frameworks/projects/Jewel/src/main/resources/defaults.css
index e05a0d2..aa75a97 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -313,7 +313,7 @@ j|ToggleButtonBar {
   color: inherit;
   text-decoration: none;
   overflow: hidden;
-  flex: 1 1 auto;
+  flex: 1 1 0%;
 }
 .jewel.card .cardActions {
   width: 100%;
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_card.sass b/frameworks/projects/Jewel/src/main/sass/components/_card.sass
index af6224d..2a2edd1 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_card.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_card.sass
@@ -48,7 +48,7 @@ $card-primary-content-minheight: 152px !default
         text-decoration: none
         overflow: hidden
 
-        flex: 1 1 auto
+        flex: 1 1 0%
 
     .cardActions
         width: 100%