Skip to content

Commit

Permalink
Merge pull request #397 from USEPA/feature/fix-change-request-styling…
Browse files Browse the repository at this point in the history
…-issues

Feature/fix change request styling issues
  • Loading branch information
courtneymyers authored Mar 4, 2024
2 parents f83863f + 3f32ebf commit 2ca29fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/client/src/components/change2023New.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function ChangeRequest2023Button(props: {
<>
<button
className={clsx(
"tw-border-0 tw-border-b-[1.5px] tw-border-transparent tw-p-0 tw-text-sm tw-leading-tight",
"tw-border-0 tw-border-b-[1.5px] tw-border-transparent tw-bg-transparent tw-p-0 tw-text-sm tw-leading-tight",
"enabled:tw-cursor-pointer",
"hover:enabled:tw-border-b-slate-800",
"focus:enabled:tw-border-b-slate-800",
Expand Down
4 changes: 2 additions & 2 deletions app/client/src/routes/submissions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ function PRF2023Submission(props: { rebate: Rebate }) {
if (frfSelectedButNoPRF) {
return (
<tr className={highlightedTableRowClassNames}>
<th scope="row" colSpan={6}>
<th scope="row" colSpan={7}>
<button
className="usa-button font-sans-2xs margin-right-0 padding-x-105 padding-y-1"
disabled={!prfSubmissionPeriodOpen}
Expand Down Expand Up @@ -1505,7 +1505,7 @@ function Submissions2023() {
<th
className={clsx("p-0", "tw-leading-none")}
scope="row"
colSpan={6}
colSpan={7}
>
&nbsp;
</th>
Expand Down

0 comments on commit 2ca29fd

Please sign in to comment.