Skip to content

Commit

Permalink
Reduce container width required to inline fields
Browse files Browse the repository at this point in the history
  • Loading branch information
simshaun committed Aug 26, 2024
1 parent a33bfa1 commit 150e42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditMonitorCondition.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default {
margin-left: auto;
}
@container (min-width: 650px) {
@container (min-width: 500px) {
.monitor-condition {
display: flex;
flex-wrap: nowrap;
Expand Down

0 comments on commit 150e42b

Please sign in to comment.