Skip to content

Commit

Permalink
fix: unhide part of NcSelect value
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
  • Loading branch information
enjeck committed Aug 21, 2024
1 parent ea822f8 commit 6394163
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/modules/modals/EditRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,10 @@ export default {
:where(.slot.fix-col-4 input, .slot.fix-col-4 .row) {
min-width: 100% !important;
}
:where(.name-parts) {
display: block !important;
max-width: fit-content !important;
}
}
</style>

0 comments on commit 6394163

Please sign in to comment.