Skip to content

Commit 02033d4

Browse files
committed
fix: sidebar panel title truncate issue
Fixes #8 Thanks @celilygt
1 parent 1ab6a45 commit 02033d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SidePanel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const SidePanel = () => {
107107
<span className="font-mono text-[9px] text-emerald-500 uppercase tracking-[0.3em] font-bold">
108108
System_Panel_Node
109109
</span>
110-
<h2 className="text-2xl font-black font-mono tracking-tighter text-white uppercase italic leading-none truncate">
110+
<h2 className="text-2xl font-black font-mono tracking-tighter text-white uppercase italic leading-none pr-2">
111111
{panelTitle}
112112
</h2>
113113
</div>

0 commit comments

Comments
 (0)