Skip to content

Commit

Permalink
Merge pull request #14547 from opf/bug/52087-type-selector-for-work-p…
Browse files Browse the repository at this point in the history
…ackages-misaligned

[52087] Type selector for work packages misaligned
  • Loading branch information
ulferts committed Jan 12, 2024
2 parents 8876eee + 3d91eec commit 949d2c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
.inline-edit--field
min-width: 125px

.work-packages--type-selector,
.work-packages--status-selector
.-active
margin: 6px 6px 6px 0px

.work-packages--type-selector .-active
margin: 6px 6px 0px 0px
.work-packages--type-selector,
.work-packages--status-selector
.-active
.ng-select-container
height: 36px !important
line-height: 36px !important
.ng-select input
height: initial !important
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
font-size: 16px
line-height: 1


.work-packages--details--subject
@include grid-content
@include grid-size(expand)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,6 @@
font-size: 20px
font-weight: var(--base-text-weight-bold)

// Style edit field to look like the display field.
// Thus we avoid a visual jump when editing the subject.
&.-active input
height: 36px
line-height: 36px
padding: 5px 0 5px 5px
font-size: 20px

.work-packages--subject-type-row
display: flex
position: relative
Expand Down

0 comments on commit 949d2c9

Please sign in to comment.