Skip to content

Commit

Permalink
fix(client): TerminalCard default width 12
Browse files Browse the repository at this point in the history
  • Loading branch information
TyIsI committed Dec 29, 2024
1 parent b141641 commit 409b70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Components/TerminalCard/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const TerminalCard = ({ id }) => {
if (isLoading) return <LoadingElement />

return (
<Col xs='12' sm='12' md='6' lg='6' xl={4} className='TerminalCard'>
<Col xs='12' className='TerminalCard'>
<Row className='spacious'>
<Col>
<Row className='tool-title'>
Expand Down

0 comments on commit 409b70f

Please sign in to comment.