mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Profiling] Avoid line-break of samples (#142322)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
a873c3f974
commit
ba306be80d
1 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,9 @@ export const TopNFunctionsTable = ({
|
|||
defaultMessage: 'Samples',
|
||||
}),
|
||||
align: 'right',
|
||||
render: (_, { samples }) => {
|
||||
return <EuiText style={{ whiteSpace: 'nowrap', fontSize: 'inherit' }}>{samples}</EuiText>;
|
||||
},
|
||||
},
|
||||
{
|
||||
field: TopNFunctionSortField.ExclusiveCPU,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue