From 6c49ddee979bd86b02865acc1209b4ac050bab19 Mon Sep 17 00:00:00 2001 From: Zemke Date: Wed, 17 Jan 2024 11:02:28 +0100 Subject: [PATCH] mustache fix --- cwt-angular/src/main/webapp/app/archive/ranking.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cwt-angular/src/main/webapp/app/archive/ranking.component.ts b/cwt-angular/src/main/webapp/app/archive/ranking.component.ts index f0f99c77..3b5f9da9 100644 --- a/cwt-angular/src/main/webapp/app/archive/ranking.component.ts +++ b/cwt-angular/src/main/webapp/app/archive/ranking.component.ts @@ -123,11 +123,12 @@ import {RankingDto} from "../custom"; } .histw img { height: 100%; + position: absolute; } .histw .mustache { position: absolute; height: 4px; - top: 28px; + top: 25px; border-radius: 100%; background-color: gray; }