Skip to content

Commit

Permalink
prettier write
Browse files Browse the repository at this point in the history
add new snapshots for firefox bugfixes
  • Loading branch information
TobiasPr committed Nov 29, 2020
1 parent e987c5e commit b8d2c58
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,12 @@ class ClassAssociationComponent extends Component<Props> {
<Header>{target.name}</Header>
<Flex>
<Body style={{ marginRight: '0.5em' }}>{this.props.translate('popup.multiplicity')}</Body>
<Textfield style={{ minWidth: 0 }} gutter value={element.target.multiplicity} onChange={this.onUpdate('multiplicity', 'target')} />
<Textfield
style={{ minWidth: 0 }}
gutter
value={element.target.multiplicity}
onChange={this.onUpdate('multiplicity', 'target')}
/>
</Flex>
<Flex>
<Body style={{ marginRight: '0.5em' }}>{this.props.translate('popup.role')}</Body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,7 @@ exports[`test update pane render with relationship 1`] = `
</span>
<input
class="c16 c17"
style="min-width: 0;"
value=""
/>
</div>
Expand Down Expand Up @@ -1044,6 +1045,7 @@ exports[`test update pane render with relationship 1`] = `
</span>
<input
class="c16 c17"
style="min-width: 0;"
value=""
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ exports[`test class association popup render 1`] = `
</span>
<input
class="sc-hBMVcZ sc-fnVYJo cgkWeF eJIYrS"
style="min-width: 0;"
value=""
/>
</div>
Expand Down Expand Up @@ -117,6 +118,7 @@ exports[`test class association popup render 1`] = `
</span>
<input
class="sc-hBMVcZ sc-fnVYJo cgkWeF eJIYrS"
style="min-width: 0;"
value=""
/>
</div>
Expand Down

0 comments on commit b8d2c58

Please sign in to comment.