From 37e4259fbd9589780f132670aeb4a576b3f6e1a2 Mon Sep 17 00:00:00 2001 From: Niels Simenon Date: Fri, 24 Jan 2020 23:46:44 +0100 Subject: [PATCH] Changed profile height to max-height. --- assets/components/actors/actor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/components/actors/actor.vue b/assets/components/actors/actor.vue index c8ef7c7f..c826d73e 100644 --- a/assets/components/actors/actor.vue +++ b/assets/components/actors/actor.vue @@ -337,7 +337,7 @@ export default { background: $profile; color: $highlight-extreme; width: 100%; - height: 18rem; + max-height: 18rem; display: flex; flex-direction: row; flex-shrink: 0;