From daadd1538ef9444f108e76a0003e761151d060d3 Mon Sep 17 00:00:00 2001 From: Mathijs Date: Tue, 20 Jun 2023 19:30:20 +0200 Subject: [PATCH] last child fix --- assets/css/mrl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/mrl.css b/assets/css/mrl.css index 41c14a8..6ffc794 100755 --- a/assets/css/mrl.css +++ b/assets/css/mrl.css @@ -197,7 +197,7 @@ .tabel_in_knop .icon { font-size:32px; } - td:last-child { + .tabel_in_knop td:last-child { flex: 1; display:inline-block; /* to keep IE happy */