Skip to content

Commit

Permalink
fix: Typo in style rule should be a class not element selector
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Aug 28, 2023
1 parent 3b79523 commit 92c6ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/FilePicker/FilePickerBreadcrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const pathElements = computed(() => props.path.split('/')
</script>

<style scoped lang="scss">
file-picker {
.file-picker {
&__breadcrumbs {
// ensure the breadcrumbs have a static height
flex-grow: 0;
Expand Down

0 comments on commit 92c6ebf

Please sign in to comment.