fix: chat header line-height

This commit is contained in:
Barış Soner Uşaklı
2024-12-12 10:43:29 -05:00
parent 5045a1ae4b
commit 8883eaf7bd

View File

@@ -14,7 +14,7 @@
{{{ else }}}
<div component="chat/header" class="d-flex align-items-center px-md-3 gap-3">
<a href="#" data-action="close" role="button" class="flex-shrink-0 d-flex d-md-none btn btn-ghost border align-text-top"><i class="fa fa-chevron-left"></i></a>
<h5 component="chat/header/title" class="members flex-grow-1 fw-semibold tracking-tight mb-0 text-truncate text-nowrap">
<h5 component="chat/header/title" class="members flex-grow-1 fw-semibold tracking-tight mb-0 text-truncate text-nowrap" style="line-height: initial;">
{{{ if ./roomName }}}<i class="fa {icon} text-muted"></i> {roomName}{{{ else }}}{./chatWithMessage}{{{ end}}}
</h5>