mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-19 08:26:06 +00:00
feat: style fix
This commit is contained in:
parent
d9d6e7b4f1
commit
a7e8f31561
@ -60,7 +60,13 @@ function BreakoutOptions({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={{ height: '200px' }}>
|
<div style={{ height: '200px' }}>
|
||||||
<OverlayScrollbar>
|
<OverlayScrollbar
|
||||||
|
options={{
|
||||||
|
overflow: {
|
||||||
|
x: 'hidden',
|
||||||
|
},
|
||||||
|
}}
|
||||||
|
>
|
||||||
{/* eslint-disable-next-line react/jsx-no-useless-fragment */}
|
{/* eslint-disable-next-line react/jsx-no-useless-fragment */}
|
||||||
<>
|
<>
|
||||||
{isFetching ? (
|
{isFetching ? (
|
||||||
|
|||||||
@ -15,6 +15,8 @@
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
white-space: normal;
|
||||||
|
word-break: break-all;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--bg-vanilla-200);
|
background-color: var(--bg-vanilla-200);
|
||||||
@ -61,6 +63,11 @@
|
|||||||
font-weight: var(--font-weight-normal);
|
font-weight: var(--font-weight-normal);
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
letter-spacing: 0.01em;
|
letter-spacing: 0.01em;
|
||||||
|
white-space: normal;
|
||||||
|
word-break: break-all;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user