mirror of
https://github.com/apache/superset.git
synced 2026-06-03 22:59:21 +00:00
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.
This commit is contained in:
committed by
Maxime Beauchemin
parent
f761237260
commit
d80cbbc7ec
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user