From 9d1ae205b771804b5e58574bd44c228d0db4d054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at> Date: Thu, 28 May 2020 21:58:21 +0200 Subject: [PATCH] car_maxspeed: force map key side-by-side --- car_maxspeed.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/car_maxspeed.json b/car_maxspeed.json index 7b9e568..034b6b9 100644 --- a/car_maxspeed.json +++ b/car_maxspeed.json @@ -135,7 +135,7 @@ "offsetColorSpeed": 10 }, "info": [ - "<div style='display: inline-block'>", + "<div style='display: inline-block; width: 49%;'>", "<table>", " <tr>", " <td>{{ markerLine(evaluate({}))|raw }}</td>", @@ -157,8 +157,7 @@ " </tr>", "</table>", "</div>", - "", - "<div style='display: inline-block'>", + "<div style='display: inline-block; width: 49%;'>", "<table>", " <tr>", " <td>{{ markerLine(evaluate({}))|raw }}</td>",