Skip to content

Commit 89e4842

Browse files
committed
fix: config section errors overflow
1 parent 656df84 commit 89e4842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/pages/config/sections/ConfigsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function ConfigsSection() {
7373
error.fatal
7474
? "text-error bg-error/10"
7575
: "bg-yellow-500/10 text-yellow-500"
76-
} rounded border border-solid border-transparent px-2 py-1 text-xs ${error.uri ? "cursor-pointer " + (error.fatal ? "hover:border-error" : "hover:border-yellow-500") : ""}`}
76+
} break-all rounded border border-solid border-transparent px-2 py-1 text-xs ${error.uri ? "cursor-pointer " + (error.fatal ? "hover:border-error" : "hover:border-yellow-500") : ""}`}
7777
>
7878
{error.message}
7979
</div>

0 commit comments

Comments
 (0)