mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove unnecessary xs={12}
props since it's the default
Co-authored-by: ilkin-overleaf <100852799+ilkin-overleaf@users.noreply.github.com> GitOrigin-RevId: 1b7139e7a8351da0417ba150cfdeec04441dcfe3
This commit is contained in:
parent
3ffb7dd7dc
commit
3fde2b7207
1 changed files with 0 additions and 1 deletions
|
@ -129,7 +129,6 @@ function ProjectListPageContent() {
|
|||
{error ? <DashApiError /> : ''}
|
||||
<Row className="row-spaced">
|
||||
<Col
|
||||
xs={12}
|
||||
sm={10}
|
||||
smOffset={1}
|
||||
md={8}
|
||||
|
|
Loading…
Reference in a new issue