Skip to content

Commit

Permalink
Fix CSS issues in patient activities, admission and summary
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverD3 committed Sep 21, 2023
1 parent 24f7813 commit 6f222f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/accessories/currentAdmission/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
&.fullWidth {
width: 100%;
}

.item_content {
word-break: break-word;
}
}
.item_label {
font-size: 0.85em;
Expand Down
3 changes: 3 additions & 0 deletions src/components/accessories/table/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
}
}
}
.collapseItem_row {
word-break: break-all;
}
}
}

0 comments on commit 6f222f8

Please sign in to comment.