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/24 11:13:49 UTC

[royale-asjs] branch develop updated: jewel-button: css was left

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 a538c21  jewel-button: css was left
a538c21 is described below

commit a538c215fb055da027ac815e0386bc2432a8aa1b
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Mar 24 12:13:45 2020 +0100

    jewel-button: css was left
---
 frameworks/projects/Jewel/src/main/resources/defaults.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 24837c4..13f4e3f 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -265,6 +265,9 @@ j|Alert {
 .jewel.button .fonticon {
   cursor: inherit;
 }
+.jewel.button.viewport {
+  overflow: visible;
+}
 
 @media -royale-swf {
   j|Button {