Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/13.2' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Jan 12, 2024
2 parents 753b0cb + 698133f commit 67dcb41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
actions.with_column(mr: BUTTON_MARGIN_RIGHT) do
render(
Primer::Beta::Button.new(
tag: :a,
scheme: :primary,
size: :medium,
aria: { label: I18n.t(:button_add_member) },
Expand Down
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 67dcb41

Please sign in to comment.