change(ui): content size

This commit is contained in:
Shekar Siri 2023-12-06 16:32:53 +01:00
parent 1593aa19e3
commit c5b8398dae
2 changed files with 3 additions and 3 deletions

View file

@ -184,7 +184,7 @@ const NewAlert = (props: IProps) => {
const isThreshold = instance.detectionMethod === 'threshold'; const isThreshold = instance.detectionMethod === 'threshold';
return ( return (
<> <div style={{ maxWidth: '1360px', margin: 'auto'}}>
<Breadcrumb <Breadcrumb
items={[ items={[
{ {
@ -292,7 +292,7 @@ const NewAlert = (props: IProps) => {
webhooks={webhooks} /> webhooks={webhooks} />
)} )}
</div> </div>
</> </div>
); );
}; };

View file

@ -80,7 +80,7 @@ function WidgetView(props: Props) {
}} }}
/> />
<div className="relative pb-10"> <div style={{ maxWidth: '1360px', margin: 'auto'}}>
<Breadcrumb <Breadcrumb
items={[ items={[
{ {