Skip to content

Commit

Permalink
make some ui adjustments
Browse files Browse the repository at this point in the history
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
  • Loading branch information
SwikritiT committed Oct 18, 2023
1 parent c2e565b commit 8556fdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/CreateWorkPackageModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
</div>
<NcInputField :value="subject"
class="create-workpackage-form--subject"
input-class="workpackage-subject"
:placeholder="t('integration_openproject', 'Work package subject')"
:class="{'subject-error': error}"
type="text"
Expand Down Expand Up @@ -589,6 +590,10 @@ export default {
}
}
.workpackage-subject {
min-height: 44px !important;
}
.openProjectUrl {
color: var(--color-primary) !important;
}
Expand Down

0 comments on commit 8556fdc

Please sign in to comment.