Skip to content

Commit

Permalink
Add nowrap to unselected projects
Browse files Browse the repository at this point in the history
  • Loading branch information
sprucely committed Dec 8, 2022
1 parent 20e2b6c commit 873dc01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default function ProjectsTable(props: Props): JSX.Element {
></PercentInput>
</td>
<td>{proj.pi}</td>
<td>{proj.project}</td>
<td className='text-nowrap'>{proj.project}</td>
<td></td>
<td></td>
</tr>
Expand Down

0 comments on commit 873dc01

Please sign in to comment.