Skip to content

Commit

Permalink
[GEN-1720]: Fixed modal layout (#1766)
Browse files Browse the repository at this point in the history
Co-authored-by: Alon Braymok <138359965+alonkeyval@users.noreply.github.com>
  • Loading branch information
BenElferink and alonkeyval authored Nov 17, 2024
1 parent ed0080c commit 1bafe47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { type ActionOption } from '../choose-action-modal/action-options';
import { DocsButton, Input, Text, TextArea, MonitoringCheckboxes, SectionTitle, ToggleButtons } from '@/reuseable-components';

const FieldWrapper = styled.div`
width: 100%;
width: calc(100% - 16px);
margin: 24px 0;
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { RuleOption } from '../add-rule-modal/rule-options';
import { DocsButton, Input, Text, TextArea, SectionTitle, ToggleButtons } from '@/reuseable-components';

const FieldWrapper = styled.div`
width: 100%;
width: calc(100% - 16px);
margin: 24px 0;
`;

Expand Down

0 comments on commit 1bafe47

Please sign in to comment.