We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a index with a timestamp field with nanosecond precision. The field overflows into the next column
Removing css helps
width: 90px;
The text was updated successfully, but these errors were encountered:
diff --git a/quickwit/quickwit-ui/src/components/SearchResult/Row.tsx b/quickwit/quickwit-ui/src/components/SearchResult/Row.tsx index 68717787..18dcd41d 100644 --- a/quickwit/quickwit-ui/src/components/SearchResult/Row.tsx +++ b/quickwit/quickwit-ui/src/components/SearchResult/Row.tsx @@ -77,7 +77,7 @@ function DisplayTimestampValue(row: RawDoc, timestampField: Field | null) { return <></> } return <TableCell sx={{verticalAlign: 'top', padding: '4px'}}> - <Box sx={{ maxHeight: '115px', width: '90px', display: 'inline-block' }}> + <Box sx={{ maxHeight: '115px', display: 'inline-block' }}> {formatDateTime(field_value, timestampField.field_mapping.output_format)} </Box> </TableCell>
Sorry, something went wrong.
No branches or pull requests
Create a index with a timestamp field with nanosecond precision. The field overflows into the next column
Removing css helps
The text was updated successfully, but these errors were encountered: