Merge pull request #1712 from github/koesie10/filter-sort-fixes
Add missing margin to repositories sort/filter row
This commit is contained in:
@@ -246,3 +246,13 @@ FullExample.args = {
|
||||
repoStates,
|
||||
repoResults,
|
||||
};
|
||||
|
||||
export const FullExampleWithoutSkipped = Template.bind({});
|
||||
FullExampleWithoutSkipped.args = {
|
||||
variantAnalysis: {
|
||||
...variantAnalysis,
|
||||
skippedRepos: {},
|
||||
},
|
||||
repoStates,
|
||||
repoResults,
|
||||
};
|
||||
|
||||
@@ -15,6 +15,7 @@ const Container = styled.div`
|
||||
gap: 1em;
|
||||
|
||||
width: 100%;
|
||||
margin-bottom: 1em;
|
||||
`;
|
||||
|
||||
const RepositoriesSearchColumn = styled(RepositoriesSearch)`
|
||||
|
||||
Reference in New Issue
Block a user