Skip to content

Commit

Permalink
refactor(mode-selector): Sort CSS in modified subsetting panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Sep 29, 2023
1 parent e3d504a commit 4257d28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export const defaultMessages: Record<string, string> = flatten(
const SubmodeGrid = styled.div`
align-items: center;
display: grid;
grid-template-columns: 1fr 1fr;
grid-column: span 2;
grid-template-columns: 1fr 1fr;
width: 100%;
`;

Expand Down

0 comments on commit 4257d28

Please sign in to comment.