Skip to content

Commit c6548cb

Browse files
committed
Add missing margin to repositories sort/filter row
1 parent 3dbd071 commit c6548cb

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

extensions/ql-vscode/src/stories/variant-analysis/VariantAnalysis.stories.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,13 @@ FullExample.args = {
246246
repoStates,
247247
repoResults,
248248
};
249+
250+
export const FullExampleWithoutSkipped = Template.bind({});
251+
FullExampleWithoutSkipped.args = {
252+
variantAnalysis: {
253+
...variantAnalysis,
254+
skippedRepos: {},
255+
},
256+
repoStates,
257+
repoResults,
258+
};

extensions/ql-vscode/src/view/variant-analysis/RepositoriesSearchSortRow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const Container = styled.div`
1515
gap: 1em;
1616
1717
width: 100%;
18+
margin-bottom: 1em;
1819
`;
1920

2021
const RepositoriesSearchColumn = styled(RepositoriesSearch)`

0 commit comments

Comments
 (0)