Skip to content

Commit

Permalink
Revert "Merge pull request elastic#6935 from panda01/fix/superTallVis"
Browse files Browse the repository at this point in the history
This reverts commit 1d9a008, reversing
changes made to 855faff.
  • Loading branch information
epixa committed Apr 29, 2016
1 parent 1853f29 commit 574940f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/plugins/kibana/public/dashboard/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ dashboard-grid {
.panel-content {
display: flex;
flex: 1 1 100%;
height: 100%;
height: auto;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ body { overflow-x: hidden; }
&.hidden-chrome { left: 0; }
&-panel {
.flex-parent(@shrink: 0);
height: 100%;
box-shadow: -4px 0px 3px rgba(0,0,0,0.2);
}

Expand Down
1 change: 0 additions & 1 deletion src/ui/public/styles/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ ul.navbar-inline li {
.flex-parent(@shrink: 0);
position: relative;
z-index: 0;
max-height: 100%;
background-color: @white;
}

Expand Down
1 change: 0 additions & 1 deletion src/ui/public/visualize/visualize.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ visualize {
overflow: auto;
-webkit-transition: opacity 0.01s;
transition: opacity 0.01s;
max-height: 100%;

&.spy-only {
display: none;
Expand Down

0 comments on commit 574940f

Please sign in to comment.