Version search fix (#554)

This commit is contained in:
stairman06
2022-06-26 14:52:05 -05:00
committed by GitHub
parent 332c4a1f98
commit e530111283
2 changed files with 2 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ export default {
} }
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.search-controls { .search-controls {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

View File

@@ -670,6 +670,7 @@ export default {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
gap: var(--spacing-card-md); gap: var(--spacing-card-md);
flex-wrap: wrap;
.sort-controls { .sort-controls {
width: 100%; width: 100%;