mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-11 01:24:24 +01:00
fix: long command wrapping in extensions (#2267)
This commit is contained in:
@@ -74,7 +74,7 @@ export default function ExtensionItem({
|
||||
className="flex justify-between rounded-lg transition-colors border border-borderSubtle p-4 pt-3 hover:border-borderProminent hover:cursor-pointer"
|
||||
onClick={() => handleToggle(extension)}
|
||||
>
|
||||
<div className="flex flex-col w-max-[90%]">
|
||||
<div className="flex flex-col w-max-[90%] word-break">
|
||||
<h3 className="text-textStandard">{getFriendlyTitle(extension)}</h3>
|
||||
<p className="text-xs text-textSubtle">{renderSubtitle()}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user