Skip to content

Commit

Permalink
[Discover] Prevent wrapping of time fields (opensearch-project#8755)
Browse files Browse the repository at this point in the history
* Prevent wrapping of time fields

Signed-off-by: Miki <miki@amazon.com>

* Changeset file for PR opensearch-project#8755 created/updated

---------

Signed-off-by: Miki <miki@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
AMoo-Miki and opensearch-changeset-bot[bot] authored Oct 30, 2024
1 parent e5d665b commit 056e481
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/8755.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Fix time field wrapping overlap on language change in Discover table ([#8755](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8755))
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,9 @@ $osdDocTableCellPadding: calc($euiSizeM / 2); // corresponds to DataGrid medium

.osdDocTableCell__dataField {
white-space: pre-wrap;

// stylelint-disable-next-line @osd/stylelint/no_modifying_global_selectors
.eui-textNoWrap & {
white-space: nowrap;
}
}

0 comments on commit 056e481

Please sign in to comment.