File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ function Row({
120
120
} } // opens/closes the card by clicking anywhere on the row
121
121
className = "cursor-pointer"
122
122
>
123
- < TableCell className = "border-b-0 pr-0 " >
123
+ < TableCell className = "border-b-0 flex gap-1 " >
124
124
< Tooltip
125
125
title = { open ? 'Minimize Result' : 'Expand Result' }
126
126
placement = "top"
@@ -133,8 +133,6 @@ function Row({
133
133
< KeyboardArrowIcon />
134
134
</ IconButton >
135
135
</ Tooltip >
136
- </ TableCell >
137
- < TableCell className = "border-b-0" >
138
136
< Tooltip title = "Open professor profile" placement = "top" >
139
137
< IconButton
140
138
aria-label = "open professor profile"
@@ -361,8 +359,7 @@ const SearchResultsTable = ({
361
359
< Table stickyHeader aria-label = "collapsible table" >
362
360
< TableHead >
363
361
< TableRow >
364
- < TableCell />
365
- < TableCell > Profile</ TableCell >
362
+ < TableCell > Actions</ TableCell >
366
363
< TableCell >
367
364
< Tooltip
368
365
title = "Average GPA Across Course Sections"
You can’t perform that action at this time.
0 commit comments