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 2018/08/25 10:05:27 UTC

[royale-asjs] branch develop updated: numeric stepper width fix

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 b360c0b  numeric stepper width fix
b360c0b is described below

commit b360c0bfd7654c48a16591b5300c5570b5b5841a
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Aug 25 12:05:23 2018 +0200

    numeric stepper width fix
---
 frameworks/themes/JewelTheme/src/main/resources/defaults.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/themes/JewelTheme/src/main/resources/defaults.css b/frameworks/themes/JewelTheme/src/main/resources/defaults.css
index 892d6d4..2769886 100644
--- a/frameworks/themes/JewelTheme/src/main/resources/defaults.css
+++ b/frameworks/themes/JewelTheme/src/main/resources/defaults.css
@@ -459,7 +459,7 @@ j|Card {
 }
 
 .jewel.spinner {
-  width: 40px;
+  width: 34px;
 }
 .jewel.spinner .jewel.button {
   color: transparent;