Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit078 committed Nov 7, 2024
1 parent 85967fb commit 327b186
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ import { WebhookOperationType } from '~/pages/settings/developers/webhooks/types

const OBJECT_DROPDOWN_WIDTH = 340;
const ACTION_DROPDOWN_WIDTH = 140;

const OBJECT_Mobile_WIDTH = 150;
const ACTION_Mobile_WIDTH = 140;
const StyledFilterRow = styled.div`
display: grid;
grid-template-columns: ${OBJECT_DROPDOWN_WIDTH}px ${ACTION_DROPDOWN_WIDTH}px auto;
Expand Down

0 comments on commit 327b186

Please sign in to comment.