Skip to content

Commit 9635953

Browse files
FindHaofacebook-github-bot
authored andcommitted
Make compilation stack trace resizable oh y-axis (#69)
Summary: - Enhanced the UI elements for kernel selection and details, ensuring better user experience and responsiveness. Changes include: - Improved layout and styling in the `KernelOverview.tsx` file for better visual consistency. {F1981558423} Pull Request resolved: #69 Reviewed By: adamomainz Differential Revision: D81161034 Pulled By: FindHao fbshipit-source-id: c51b9f73424dc923ca691c605ec23cfc014621c1
1 parent 6c0e52a commit 9635953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/KernelOverview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ const KernelOverview: React.FC<KernelOverviewProps> = ({
357357
<h3 className="text-lg font-medium mb-2 text-gray-800">
358358
Compilation Stack Trace
359359
</h3>
360-
<div className="bg-gray-50 p-3 rounded-md border border-gray-200 overflow-auto max-h-64">
360+
<div className="bg-gray-50 p-3 rounded-md border border-gray-200 overflow-auto resize-y h-80 min-h-24">
361361
{kernel.stack.map((entry, index) => (
362362
<div key={index} className="mb-1 font-mono text-sm">
363363
<span className="text-blue-600">

0 commit comments

Comments
 (0)