Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #919 from Ferlab-Ste-Justine/fix/alignementTiroirO…
Browse files Browse the repository at this point in the history
…ccurence

fix: clin-882 alignervaleur occurrence
  • Loading branch information
claudia1296 authored Apr 7, 2022
2 parents fbce549 + 4aad8d7 commit 3ed1fbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/screens/PatientVariant/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { connect } from 'react-redux';
import { useParams } from 'react-router-dom';

import 'style/themes/clin/dist/antd.css';
import './styles.scss';
import styles from './index.module.scss';

type PatientVariantProps = {
Expand Down
7 changes: 7 additions & 0 deletions client/src/components/screens/PatientVariant/styles.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.occurenceDrawer{
.description {
span[class$="-item-label"] {
width: 250px;
}
}
}

0 comments on commit 3ed1fbc

Please sign in to comment.