From 5e53a155be4138c265f001cd2850840e94de5020 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Tue, 10 Dec 2019 18:38:06 +0100 Subject: [PATCH] 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 `
`s with a style attribute. All of that is legacy code that survived for too long. --- webapp/components/PostCard/PostCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/PostCard/PostCard.vue b/webapp/components/PostCard/PostCard.vue index 60444c816..d5afe90e1 100644 --- a/webapp/components/PostCard/PostCard.vue +++ b/webapp/components/PostCard/PostCard.vue @@ -144,7 +144,7 @@ export default { } -