Skip to content

Commit

Permalink
Increase the minimum height of select
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Feb 13, 2022
1 parent d91c981 commit dd62ae2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions view/scss/digitaljs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ body {
pointer-events: all;
}

// .joint-element foreignObject.tooltip body input,
select {
height: calc(var(--input-height) * 1px);
}

.joint-element foreignObject body input[type='text'],
.joint-element foreignObject body input[type='number'],
.joint-element foreignObject body select {
Expand Down

0 comments on commit dd62ae2

Please sign in to comment.