From 7b48d002512d7c2c48e4ad4a8f305395f3017475 Mon Sep 17 00:00:00 2001 From: Ashley Date: Fri, 22 Sep 2023 15:20:31 +0000 Subject: [PATCH] add border-radius: 8px; :3 --- html/channel.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/html/channel.ejs b/html/channel.ejs index 9e15e5cb..0290d03c 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -93,6 +93,7 @@ background: #333; padding: 5px; border-radius: 4px; + border-radius: 8px; word-break: break-all; white-space: nowrap; font-family: ubuntu, sans-serif;