fix long title text wrapping in editable-title component (#3638)
fix https://github.com/apache/incubator-superset/issues/3628
This commit is contained in:
parent
f3b403d346
commit
8994bdacbd
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue