mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
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:
parent
2eb0f77a2c
commit
5e53a155be
@ -144,7 +144,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style scoped lang="scss">
|
||||
.ds-card-image img {
|
||||
width: 100%;
|
||||
max-height: 2000px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user