Skip to content

Commit

Permalink
[#55621] Presenter field on agenda item becomes tiny if the current p…
Browse files Browse the repository at this point in the history
…resenter is removed and a new one is searched for (opf#15821)

* [#55621] Presenter field on agenda item becomes tiny if the current presenter is removed and a new one is searched for

https://community.openproject.org/work_packages/55621

* Update column width rule
  • Loading branch information
mrmir authored Jun 17, 2024
1 parent 5a826e5 commit a6b449c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.op-meeting-agenda-item-form
display: grid
grid-template-columns: minmax(0, 100%) 100px 1fr
grid-template-columns: minmax(0, 100%) 100px minmax(200px, 1fr)
grid-template-areas: "title duration presenter" "notes notes notes" "add_note actions actions"
grid-gap: 8px

Expand Down

0 comments on commit a6b449c

Please sign in to comment.