Skip to content

Commit

Permalink
setting min-width
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNilesh committed Sep 29, 2023
1 parent 0cd78b6 commit a8a4339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdowns/UpdateNotifSettingDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ const DropdownSubmitButton = styled.button`
outline: 0;
display: flex;
align-items: center;
min-width: max-content;
justify-content: center;
margin: 0px 0px 0px 10px;
color: #fff;
Expand All @@ -197,7 +198,6 @@ const DropdownSubmitButton = styled.button`
background: #e20880;
border-radius: 8px;
padding: 9px 15px;
min-width: 60px;
@media (max-width: 768px) {
padding: 9px 30px;
}
Expand Down

0 comments on commit a8a4339

Please sign in to comment.