You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/10/07 07:28:25 UTC

[GitHub] rumbin opened a new issue #3619: Bottom padding of Separator slice (Markdown) too large

rumbin opened a new issue #3619: Bottom padding of Separator slice (Markdown) too large
URL: https://github.com/apache/incubator-superset/issues/3619
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if any
   - [x] I have reproduced the issue with at least the latest released version of superset
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   Regression somewhere in between 0.15.4 to 0.20.3
   
   ### Expected results
   The screen's real estate is economically used, just the way it used to be in 0.15.4
   
   Consider a Separator slice, containing simply a horizontal line and a header:
   ```
   --------------------
   ##Element
   ```
   
   I'd expect his to fit into the smallest possible vertical space on a dashboard, as it did in 0.15.4:
   ![separator_bug0](https://user-images.githubusercontent.com/1220356/31305727-f1f9a30a-ab40-11e7-89e4-af6a5612cfba.PNG)
   
   ### Actual results
   In 0.20.3 the bottom margin/padding of the separator slice is that large, that the sontent gets gut off and a vertical scroll bar is required, if the vertical size of the slice is not increased:
   ![separator_bug1](https://user-images.githubusercontent.com/1220356/31305750-6733e8ce-ab41-11e7-8f26-e15fc07e641a.PNG)
   
   Expanding the slice vertically facilitates far more than enough space, though, resulting in a rather massive waste of real-estate:
   ![separator_bug2](https://user-images.githubusercontent.com/1220356/31305753-6cff7714-ab41-11e7-8089-fcf534990218.PNG)
   
   Side remark: In my eyes the horizontal line now is rendered too pale, as it has become nearly invisible, but that is certainly a different story?
   
   
   ### Steps to reproduce
   See example above?
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services