change(ui): content size
This commit is contained in:
parent
1593aa19e3
commit
c5b8398dae
2 changed files with 3 additions and 3 deletions
|
|
@ -184,7 +184,7 @@ const NewAlert = (props: IProps) => {
|
|||
const isThreshold = instance.detectionMethod === 'threshold';
|
||||
|
||||
return (
|
||||
<>
|
||||
<div style={{ maxWidth: '1360px', margin: 'auto'}}>
|
||||
<Breadcrumb
|
||||
items={[
|
||||
{
|
||||
|
|
@ -292,7 +292,7 @@ const NewAlert = (props: IProps) => {
|
|||
webhooks={webhooks} />
|
||||
)}
|
||||
</div>
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ function WidgetView(props: Props) {
|
|||
}}
|
||||
/>
|
||||
|
||||
<div className="relative pb-10">
|
||||
<div style={{ maxWidth: '1360px', margin: 'auto'}}>
|
||||
<Breadcrumb
|
||||
items={[
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue