You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2020/04/30 06:34:13 UTC

[royale-asjs] branch develop updated: set button whitespace to nowrap. Should fix #817

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

aharui 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 47a2ee6  set button whitespace to nowrap.  Should fix #817
47a2ee6 is described below

commit 47a2ee6a083a61a980d2ae418638f691942e432e
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Apr 29 23:33:54 2020 -0700

    set button whitespace to nowrap.  Should fix #817
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index 97facdc..c382d84 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -49,6 +49,10 @@ global {
 	errorColor: #CE2929;
 }
 
+Button {
+	white-space: nowrap;
+}
+
 /* -------------------------------------------------------
  * Common Platform Styles
  * -------------------------------------------------------