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 d1c56c8  jewel-CardExpandedContent: need width 100%
d1c56c8 is described below

commit d1c56c8a6ed20baafd9a4377dbb18504f3fb46ca
Author: Carlos Rovira <carlos.rov...@apache.org>
AuthorDate: Fri Jun 5 20:06:52 2020 +0200

    jewel-CardExpandedContent: need width 100%
---
 frameworks/projects/Jewel/src/main/resources/defaults.css     | 3 +++
 frameworks/projects/Jewel/src/main/sass/components/_card.sass | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css 
b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 88ea16a..9098be8 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -332,6 +332,9 @@ j|ToggleButtonBar {
   text-transform: inherit;
   z-index: 1;
 }
+.jewel.card .card-expanded-content {
+  width: 100%;
+}
 .jewel.card .card-primary-content {
   width: 100%;
   min-height: 152px;
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_card.sass 
b/frameworks/projects/Jewel/src/main/sass/components/_card.sass
index 7bb6885..8828761 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_card.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_card.sass
@@ -50,7 +50,8 @@ $card-primary-content-minheight: 152px !default
             z-index: 1
 
     .card-expanded-content
-
+        width: 100%
+        
     .card-primary-content
         width: 100%
         min-height: $card-primary-content-minheight

Reply via email to