From c984cf7daf89c4271a6064179816be40b98ea247 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 22 Dec 2019 18:21:12 -0500
Subject: [PATCH] fix wraping line

---
 src/uncategorized/remoteSurgery.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index bc7e3c8fc34..7ef90928c89 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -1823,7 +1823,7 @@
 	<style>
 		.container {
 			display: grid;
-			grid-template-columns: 100px 100px 100px;
+			grid-template-columns: max-content 100px 100px;
 		}
 	</style>
 	<<set _LA = 0, _RA = 0, _LL = 0, _RL = 0>>
-- 
GitLab