Skip to content

Commit

Permalink
prevent heading text from being cut off when making dashboard visuali…
Browse files Browse the repository at this point in the history
…zations really short
  • Loading branch information
w33ble committed Sep 25, 2014
1 parent 97c5b75 commit 6bc72de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kibana/apps/dashboard/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dashboard-grid {

.panel-heading {
.flex();
min-height: 25px;
min-height: 38px;
white-space: nowrap;
display: flex;

Expand Down

0 comments on commit 6bc72de

Please sign in to comment.