Skip to content

Commit 60d3607

Browse files
authored
[instruments] cleanup redundant css properties (#8190)
1 parent 528f4e3 commit 60d3607

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/instruments/jsx/VisitInstrumentList.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ class VisitInstrumentList extends Component {
8787
*/
8888
render() {
8989
let style = {
90-
marginBottom: '0.5%',
9190
marginRight: '0.5%',
9291
textAlign: 'center',
9392
boxSizing: 'border-box',
@@ -129,7 +128,6 @@ class VisitInstrumentList extends Component {
129128
flexWrap: 'nowrap',
130129
width: '100%',
131130
height: '100%',
132-
alignItems: 'flex-start',
133131
border: '1px solid #E4EBF2',
134132
borderTopRightRadius: '10px',
135133
borderBottomRightRadius: '10px',

0 commit comments

Comments
 (0)