From 17428ae48317b28d259f3fa1c8e0e2c9fcb0ad89 Mon Sep 17 00:00:00 2001 From: workturnedplay Date: Mon, 8 Jun 2026 21:12:54 +0200 Subject: [PATCH] fix UI due to 000-allow-localhost6.json description the description for this rule, in the UI, vertically centers the 3 lines(2 text and one empty newline in the middle) thus showing only a few pixels of the first and last lines' text as the description for this rule making you believe there's something wrong with the font rendering. Removing one `\n` allows the two text lines to remain visible enough to be readable. --- daemon/data/rules/000-allow-localhost6.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/data/rules/000-allow-localhost6.json b/daemon/data/rules/000-allow-localhost6.json index 43b73a0a0a..ff6ac89e38 100644 --- a/daemon/data/rules/000-allow-localhost6.json +++ b/daemon/data/rules/000-allow-localhost6.json @@ -2,7 +2,7 @@ "created": "2025-04-09T23:17:39-06:00", "updated": "2025-04-09T23:17:39-06:00", "name": "000-allow-localhost6", - "description": "Allow connections to localhost. More information:\n\nhttps://github.com/evilsocket/opensnitch/wiki/Rules#localhost-connections", + "description": "Allow connections to localhost. More information:\nhttps://github.com/evilsocket/opensnitch/wiki/Rules#localhost-connections", "action": "allow", "duration": "always", "operator": {