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 2d23245  prevent line wrapping in DownloadButton
2d23245 is described below

commit 2d23245729c7ec550661338a46188a34c267e848
Author: Alex Harui <[email protected]>
AuthorDate: Sat May 30 22:14:54 2020 -0700

    prevent line wrapping in DownloadButton
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css 
b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index 61d70b3..729dc22 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -291,6 +291,7 @@ DownloadButton
 {
        border: solid 1px #000;
        text-decoration: none;
+       white-space: nowrap;
 }
 
 FormItem

Reply via email to