mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Fixes
This commit is contained in:
@@ -20,10 +20,7 @@ const McpResourceRow = ({ item }: McpResourceRowProps) => {
|
|||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
marginBottom: "4px",
|
marginBottom: "4px",
|
||||||
}}>
|
}}>
|
||||||
<span
|
<span className={`codicon codicon-symbol-file`} style={{ marginRight: "6px" }} />
|
||||||
className={`codicon codicon-symbol-${isTemplate ? "template" : "file"}`}
|
|
||||||
style={{ marginRight: "6px" }}
|
|
||||||
/>
|
|
||||||
<span style={{ fontWeight: 500, wordBreak: "break-all" }}>{uri}</span>
|
<span style={{ fontWeight: 500, wordBreak: "break-all" }}>{uri}</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user