Skip to content

Commit

Permalink
added max width
Browse files Browse the repository at this point in the history
  • Loading branch information
RalkeyOfficial committed Nov 26, 2024
1 parent 0acee37 commit fb458eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/modals/Job/EditJob.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import { jobStore, navigationStore } from '../../store/store.js'

<NcSelect v-bind="classOptions"
v-model="classOptions.value"
class="jobClassSelect"
input-label="Job Class"
:multiple="false"
:clearable="false" />
Expand Down Expand Up @@ -262,4 +263,8 @@ export default {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.jobClassSelect {
width: 100%;
}
</style>

0 comments on commit fb458eb

Please sign in to comment.