Skip to content

Commit

Permalink
change(ui): content size
Browse files Browse the repository at this point in the history
  • Loading branch information
shekarsiri committed Dec 6, 2023
1 parent 1593aa1 commit c5b8398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const NewAlert = (props: IProps) => {
const isThreshold = instance.detectionMethod === 'threshold';

return (
<>
<div style={{ maxWidth: '1360px', margin: 'auto'}}>
<Breadcrumb
items={[
{
Expand Down Expand Up @@ -292,7 +292,7 @@ const NewAlert = (props: IProps) => {
webhooks={webhooks} />
)}
</div>
</>
</div>
);
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function WidgetView(props: Props) {
}}
/>

<div className="relative pb-10">
<div style={{ maxWidth: '1360px', margin: 'auto'}}>
<Breadcrumb
items={[
{
Expand Down

0 comments on commit c5b8398

Please sign in to comment.