From 53422afddd2d1de02db8a0aaf2637b67aa258b8a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Pracha=C5=99?= <jan.prachar@gmail.com>
Date: Mon, 23 May 2022 19:31:52 +0200
Subject: [PATCH] =?UTF-8?q?Oprava=20zobrazen=C3=AD=20tla=C4=8D=C3=ADtek=20?=
 =?UTF-8?q?v=20bu=C5=88ce=20tabulky,=20kdy=C5=BE=20dojde=20k=20zalomen?=
 =?UTF-8?q?=C3=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 static/mo.css | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/static/mo.css b/static/mo.css
index 1dde1513..a3e24448 100644
--- a/static/mo.css
+++ b/static/mo.css
@@ -125,9 +125,12 @@ p > .btn, .panel-body > .btn {
     margin-bottom: 5px;
 }
 
-td > .btn-xs {
+td > .btn-xs:nth-last-child(5),
+td > .btn-xs:nth-last-child(4),
+td > .btn-xs:nth-last-child(3),
+td > .btn-xs:nth-last-child(2),
+td > .btn-xs:nth-last-child(2) ~ .btn-xs {
     margin-top: 2px;
-    margin-bottom: 2px;
 }
 
 th > .btn-xs {
-- 
GitLab