Skip to content

Commit

Permalink
Scene: Fix responsive on tablets for scheduled trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Oct 14, 2024
1 parent f77c5d5 commit 9f9c6e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class TurnOnLight extends Component {
return (
<div>
<div class="row">
<div class="col-sm-4">
<div class="col-sm-6">
<div class="form-group">
<div class="form-label">
<Text id="editScene.triggersCard.scheduledTrigger.typeLabel" />
Expand Down Expand Up @@ -267,7 +267,7 @@ class TurnOnLight extends Component {
</div>
)}
{this.props.trigger.scheduler_type === 'every-week' && (
<div class="col-sm-2">
<div class="col-sm-4">
<div class="form-group">
<div class="form-label">
<Text id="editScene.triggersCard.scheduledTrigger.timeLabel" />
Expand Down

0 comments on commit 9f9c6e4

Please sign in to comment.