mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
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:
parent
30717e50d3
commit
408ca88cb2
@ -40,7 +40,7 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style lang="scss">
|
||||||
.ingredient-item {
|
.ingredient-item {
|
||||||
.d-inline {
|
.d-inline {
|
||||||
& > p {
|
& > p {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user