This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new d80cbbc Change margin for slice description in charts for the
dashboard view (#6575)
d80cbbc is described below
commit d80cbbc7ec0e32bbcc4cd2c8930f28d0a73b0b17
Author: Brayan Arrieta <[email protected]>
AuthorDate: Fri Dec 28 10:52:38 2018 -0600
Change margin for slice description in charts for the dashboard view (#6575)
Changed margin for the slices description in dashboard view, previously the
margin was 5px for all the sides but for improve the view just apply margin for
top and bottom.
---
superset/assets/stylesheets/superset.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/assets/stylesheets/superset.less
b/superset/assets/stylesheets/superset.less
index 6c52282..d7631ee 100644
--- a/superset/assets/stylesheets/superset.less
+++ b/superset/assets/stylesheets/superset.less
@@ -51,7 +51,7 @@ input.form-control {
.slice_description{
padding: 8px;
- margin: 5px;
+ margin: 5px 0;
border: 1px solid #DDD;
background-color: #F8F8F8;
border-radius: 5px;