diff --git a/superset/assets/stylesheets/dashboard.css b/superset/assets/stylesheets/dashboard.css index fd47dec38d11..289ead385233 100644 --- a/superset/assets/stylesheets/dashboard.css +++ b/superset/assets/stylesheets/dashboard.css @@ -90,6 +90,10 @@ div.widget .chart-controls { box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2); } +.slice-cell .editable-title input[type="button"] { + font-weight: bold; +} + .dashboard .separator.widget .slice_container { padding: 0px; overflow: visible; diff --git a/superset/assets/stylesheets/superset.less b/superset/assets/stylesheets/superset.less index 78f26bb68c13..fedb124c659a 100644 --- a/superset/assets/stylesheets/superset.less +++ b/superset/assets/stylesheets/superset.less @@ -210,6 +210,8 @@ div.widget .slice_container { .editable-title input[type="button"] { border-color: transparent; background: inherit; + white-space: normal; + text-align: left; } .editable-title input[type="button"]:hover {