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 7ead936  jewel-datagrid: fix header button alignment
7ead936 is described below

commit 7ead936fe0e2a0b05f40924e5712995dfec19e95
Author: Carlos Rovira <[email protected]>
AuthorDate: Sat Sep 26 20:10:15 2020 +0200

    jewel-datagrid: fix header button alignment
---
 frameworks/projects/Jewel/src/main/resources/defaults.css         | 3 ---
 frameworks/projects/Jewel/src/main/sass/components/_datagrid.sass | 6 +++---
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css 
b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 6e21688..7c3c1c4 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -509,9 +509,6 @@ j|VirtualComboBoxPopUp {
   flex: 0 0 auto;
 }
 .jewel.datagrid .jewel.buttonbar.header .jewel.button {
-  padding-left: 2px;
-  padding-right: 2px;
-  justify-content: flex-start;
   width: 100%;
 }
 .jewel.datagrid .listarea {
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_datagrid.sass 
b/frameworks/projects/Jewel/src/main/sass/components/_datagrid.sass
index b63eab0..6e62aa5 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_datagrid.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_datagrid.sass
@@ -30,9 +30,9 @@
         flex: 0 0 auto
 
         .jewel.button
-            padding-left: 2px
-            padding-right: 2px
-            justify-content: flex-start
+            // padding-left: 2px
+            // padding-right: 2px
+            // justify-content: flex-start
             width: 100%
 
     .listarea

Reply via email to