Skip to content

Commit

Permalink
Fix comment - 0
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Sep 17, 2024
1 parent 587d44c commit 3110006
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
&__button--truncate {
display: flex;
align-items: center;
max-width: 400px;
max-width: 300px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
Expand Down
5 changes: 5 additions & 0 deletions src/plugins/data/public/ui/query_editor/_query_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@
}
}

// TODO: improve how this is styled. Styling just for the DQL editor.
.osdQueryEditor__body .globalFilterGroup__wrapper {
margin-top: -$euiSizeS;
}

.osdQuerEditor__singleLine {
padding: $euiSizeS;
background-color: $euiColorEmptyShade;
Expand Down

0 comments on commit 3110006

Please sign in to comment.