fix long title text wrapping in editable-title component (#3638)

fix https://github.com/apache/incubator-superset/issues/3628
This commit is contained in:
Grace Guo 2017-10-10 11:45:48 -07:00 committed by Maxime Beauchemin
parent f3b403d346
commit 8994bdacbd
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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 {