Skip to content

Commit

Permalink
[js] oprava zarovnani inputu a labelu trvani v nastaveni
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlukas committed Jun 16, 2019
1 parent a97d3c3 commit e751418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/forms/FormSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ export default class FormSettings extends Component {
</Col>
</FormGroup>
{this.TYPE === EDIT_TYPE.COURSE &&
<FormGroup row>
<Label for="name" sm={3}>
<FormGroup row className="align-items-center">
<Label for="name" sm={3} className="py-0">
Trvání <small className="text-secondary">(pro jednotlivce)</small>
</Label>
<Col sm={9}>
Expand Down

0 comments on commit e751418

Please sign in to comment.