Show the comments again

@alina-beck the CSS class `.ds-card-footer` gets in the way of the
`overflow: hidden` from the styleguide. The scoping avoids the issue.

Of course this is not a great solution and the whole file needs to be
refactored and fixed. I also see a lot of `<div>`s with a style
attribute. All of that is legacy code that survived for too long.
This commit is contained in:
roschaefer 2019-12-10 18:38:06 +01:00
parent 2eb0f77a2c
commit 5e53a155be

View File

@ -144,7 +144,7 @@ export default {
}
</script>
<style lang="scss">
<style scoped lang="scss">
.ds-card-image img {
width: 100%;
max-height: 2000px;