Skip to content

Commit

Permalink
Merge pull request #8256 from elastic/jasper/backport/8175/5.x
Browse files Browse the repository at this point in the history
[backport] PR #8175 to 5.x
  • Loading branch information
ppisljar authored Sep 13, 2016
2 parents a08aebd + 3205134 commit de691d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/ui/public/vislib/lib/layout/types/pie_layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ export default function ColumnLayoutFactory(Private) {
splits: chartTitleSplit
}
]
},
{
type: 'div',
class: 'legend-col-wrapper'
}
]
}
Expand Down
1 change: 1 addition & 0 deletions src/ui/public/vislib/styles/_legend.less
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ visualize-legend {
.vis-container--legend-top &,
.vis-container--legend-bottom & {
width: auto;
overflow-y: hidden;

.legend-value {
display: inline-block;
Expand Down

0 comments on commit de691d7

Please sign in to comment.