Skip to content

Commit

Permalink
fix long title text wrapping in editable-title component (#3638)
Browse files Browse the repository at this point in the history
fix #3628
  • Loading branch information
Grace Guo authored and mistercrunch committed Oct 10, 2017
1 parent f3b403d commit 8994bda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions superset/assets/stylesheets/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions superset/assets/stylesheets/superset.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8994bda

Please sign in to comment.