Skip to content

Commit

Permalink
Merge pull request grafana#14413 from grafana/davkal/fix-logging-meta…
Browse files Browse the repository at this point in the history
…-wrapping

Fix logs panel meta wrap
  • Loading branch information
torkelo authored Dec 9, 2018
2 parents a9fc77b + b0c431a commit 1f7fece
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/sass/components/_panel_logs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $column-horizontal-spacing: 10px;
border: $panel-border;
justify-items: flex-start;
align-items: flex-start;
flex-wrap: wrap;

> * {
margin-right: 1em;
Expand All @@ -25,8 +26,6 @@ $column-horizontal-spacing: 10px;
.logs-panel-meta {
flex: 1;
color: $text-color-weak;
// Align first line with controls labels
margin-top: -2px;
}

.logs-panel-meta__item {
Expand Down

0 comments on commit 1f7fece

Please sign in to comment.