Skip to content

Commit

Permalink
Change margin for slice description in charts for the dashboard view (a…
Browse files Browse the repository at this point in the history
…pache#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.
  • Loading branch information
brayanarrieta authored and Conglei Shi committed Jan 7, 2019
1 parent 925761d commit b732804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/stylesheets/superset.less
Expand Up @@ -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;
Expand Down

0 comments on commit b732804

Please sign in to comment.