Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen authored and Amy Chen committed Mar 6, 2024
1 parent ab2f22a commit 34045fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/report/CopyPaste.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default class CopyPaste extends Component {

getDefaultContent() {
const patientInfo = this.props.patientInfo;
return patientInfo ? patientInfo.Name : "Copy content";
return patientInfo ? patientInfo.Name : "";
}

importScoreSummaryContent() {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/elements/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ input[type="range"] {
&.rotate {
top: 4px;
&:first-of-type {
top: 16px;
top: 24px;
}
transform: rotate(-90deg);
&:not(:first-of-type) {
Expand Down

0 comments on commit 34045fe

Please sign in to comment.