Skip to content

Commit a6c75b9

Browse files
committed
932646: Enhancing the UI for a More Attractive Stock Management Application with tailwind3.
1 parent 06ccc82 commit a6c75b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Stock-Market-Application/src/components/SmartStockPicks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default function SmartStockPicks(props: { myStockDm: DataManager }) {
202202
queryCellInfo={queryCellInfo}
203203
commandClick={commandClick}
204204
pageSettings={{ pageCount: 4, pageSize: 10 }}
205-
height={341}
205+
height={330}
206206
>
207207
<ColumnsDirective>
208208
<ColumnDirective

0 commit comments

Comments
 (0)