Skip to content

Commit

Permalink
fix: update banners width should match the rest (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarlett-Truong authored Jun 25, 2024
1 parent 6938e7c commit a5cbba7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const WebEOCComplaintUpdateList: FC<Props> = ({ complaintIdentifier }) =>
return (
<>
{complaintUpdates && complaintUpdates.length > 0 && (
<div className="comp-complaint-details-block">
<div className="comp-container comp-complaint-details-block">
<div>
<h6>Complaint Updates ({complaintUpdates.length})</h6>
</div>
Expand Down
5 changes: 0 additions & 5 deletions frontend/src/assets/sass/complaint.scss
Original file line number Diff line number Diff line change
Expand Up @@ -898,10 +898,6 @@ p {
}

.comp-complaint-details-block {
margin-left: 24px;
margin-right: 24px;
margin-top: 24px;

h6 {
padding-top: 0px;
font-weight: 700;
Expand Down Expand Up @@ -954,7 +950,6 @@ p {
flex-direction: column;
gap: 8px;
margin-top: 24px;
margin-bottom: 24px;
border: 1px solid $green-90;
background-color: $green-90-10;
border-radius: 4px;
Expand Down

0 comments on commit a5cbba7

Please sign in to comment.