mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Merge pull request #23319 from opf/bug/65523-log-time-modal-dropdown-s-bottom-border-is-indistignuishable-from-the-modal-s-bottom-border
[#65523] Log time modal dropdown's bottom border is indistignuishable from the modal's bottom border
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%= render(Primer::Alpha::Dialog.new(title: t("caption_log_time_dialog"), size: :medium_portrait, id: MODAL_ID, data: { "keep-open-on-submit": true, "controller" => "time-entry", "time-entry-id" => time_entry.id, "ongoing" => time_entry.ongoing? })) do |d| %>
|
||||
<%= render(Primer::Alpha::Dialog.new(title: t("caption_log_time_dialog"), size: :medium, position: :right, id: MODAL_ID, data: { "keep-open-on-submit": true, "controller" => "time-entry", "time-entry-id" => time_entry.id, "ongoing" => time_entry.ongoing? })) do |d| %>
|
||||
<% d.with_header(variant: :large) %>
|
||||
<% d.with_body do %>
|
||||
<%= render(
|
||||
|
||||
Reference in New Issue
Block a user