Skip to content

Commit

Permalink
fix: remove code, th !important flag
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Dec 29, 2023
1 parent 6ece069 commit 53b5328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Html.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const Wrapper = styled.div<StyledHtmlProps>`
margin: 8px 0;
padding: 0 8px;
background-color: #f0f3f8 !important;
background-color: #f0f3f8;
border-radius: 4px;
white-space: pre-wrap !important;
overflow-x: scroll;
Expand All @@ -122,7 +122,7 @@ const Wrapper = styled.div<StyledHtmlProps>`
font-family: i-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
Liberation Mono, monospace !important;
padding: 2px 8px;
background-color: #f0f3f8 !important;
background-color: #f0f3f8;
border-radius: 4px;
}
Expand Down

0 comments on commit 53b5328

Please sign in to comment.