Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Oct 17, 2024
1 parent 062b455 commit 0b34231
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tdrs-frontend/src/components/Reports/Reports.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function Reports() {
</div>
)}
<form>
<div className="grid-row">
<div className="grid-row grid-gap">
<div className="mobile:grid-container desktop:padding-0 desktop:grid-col-fill">
{(isOFAAdmin || isDIGITTeam || isSystemAdmin) && (
<div
Expand Down Expand Up @@ -298,8 +298,8 @@ function Reports() {
)}
</div>
</div>
<div className="grid-row">
<div className="mobile:grid-container desktop:padding-0 desktop:grid-col-fill">
<div className="grid-row grid-gap">
<div className="mobile:grid-container desktop:padding-0 desktop:grid-col-auto">
<div
className={classNames(
'usa-form-group maxw-mobile margin-top-4',
Expand Down Expand Up @@ -393,7 +393,7 @@ function Reports() {
</Button>
</div>
<div className="mobile:grid-container desktop:padding-0 desktop:grid-col-fill">
<table className="usa-table usa-table--striped margin-top-4 width-full">
<table className="usa-table usa-table--striped margin-top-4 desktop:width-mobile-lg mobile:width-full">
<caption>Identifying the right Fiscal Year and Quarter</caption>
<thead>
<tr>
Expand Down

0 comments on commit 0b34231

Please sign in to comment.