-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
(cherry picked from commit f80f059) Signed-off-by: Lu Yu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
dbf9df1
commit 7a206dd
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...ta_source_management/public/components/data_source_selectable/data_source_selectable.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,23 @@ | ||
.dataSourceSelectableOuiPanel { | ||
width: 300px; | ||
|
||
/* stylelint-disable */ | ||
.euiSelectableListItem__text { | ||
max-height: 100%; | ||
} | ||
|
||
.dataSourceSelectableOuiFlexGroup { | ||
.euiFlexItem { | ||
max-width: fit-content; | ||
} | ||
/* stylelint-enable */ | ||
|
||
.dataSourceSelectableOuiFlexItem { | ||
text-overflow: ellipsis; | ||
overflow: hidden; | ||
white-space: nowrap; | ||
display: inline-block; | ||
max-width: fit-content; | ||
} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
src/plugins/data_source_management/public/components/data_source_view/data_source_view.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters