From 7ab54ceb349016b16403c11f5014332233f8eede Mon Sep 17 00:00:00 2001
From: Tony Salomone <dadmobile@gmail.com>
Date: Thu, 11 Jul 2024 15:47:22 -0400
Subject: [PATCH] Give dataset name a little breathing room

---
 src/renderer/components/Experiment/Train/TrainLoRA.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/renderer/components/Experiment/Train/TrainLoRA.tsx b/src/renderer/components/Experiment/Train/TrainLoRA.tsx
index 47d12a62..197bb6be 100644
--- a/src/renderer/components/Experiment/Train/TrainLoRA.tsx
+++ b/src/renderer/components/Experiment/Train/TrainLoRA.tsx
@@ -208,7 +208,7 @@ export default function TrainLoRA({ experimentInfo }) {
             <thead>
               <th width="150px">Name</th>
               {/* <th>Description</th> */}
-              <th width="100px">Dataset</th>
+              <th width="120px">Dataset</th>
               <th width="400px">Data</th>
               <th style={{ textAlign: 'right' }}>&nbsp;</th>
             </thead>
-- 
GitLab