fix: ingredient item should be single-line (#2521)

This is an issue on non-chromium browsers. I guess Chromium has some sort of support for nested CSS, whereas other browsers don't.
This commit is contained in:
Hugo van Rijswijk 2023-08-25 18:32:26 +02:00 committed by GitHub
parent 30717e50d3
commit 408ca88cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ export default defineComponent({
},
});
</script>
<style>
<style lang="scss">
.ingredient-item {
.d-inline {
& > p {