diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss index bb48314f35..e39563df93 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss @@ -1418,4 +1418,5 @@ $border-width-px: $border-width * 1px; font-size: 150%; font-weight: bold; font-family: 'Gabriola', cursive, sans-serif; + line-height: 0.3; } diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss index 3452bf965a..749da15f90 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss @@ -1451,4 +1451,5 @@ $border-width-px: $border-width * 1px; font-size: 150%; font-weight: bold; font-family: 'Gabriola', cursive, sans-serif; + line-height: 0.3; } diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-vchatdark.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-vchatdark.scss index a8e1b08109..ea6251931b 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-vchatdark.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-vchatdark.scss @@ -1419,4 +1419,5 @@ $border-width-px: $border-width * 1px; font-size: 150%; font-weight: bold; font-family: 'Gabriola', cursive, sans-serif; + line-height: 0.3; } diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-vchatlight.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-vchatlight.scss index f26caaae57..0d8f5347a3 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-vchatlight.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-vchatlight.scss @@ -1449,4 +1449,5 @@ $border-width-px: $border-width * 1px; font-size: 150%; font-weight: bold; font-family: 'Gabriola', cursive, sans-serif; + line-height: 0.3; }