Skip to content

Commit

Permalink
fix: ingredient item should be single-line (#2521)
Browse files Browse the repository at this point in the history
This is an issue on non-chromium browsers. I guess Chromium has some sort of support for nested CSS, whereas other browsers don't.
  • Loading branch information
hugo-vrijswijk authored Aug 25, 2023
1 parent 30717e5 commit 408ca88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineComponent({
},
});
</script>
<style>
<style lang="scss">
.ingredient-item {
.d-inline {
& > p {
Expand Down

0 comments on commit 408ca88

Please sign in to comment.