Skip to content

Commit

Permalink
[51545] Add to meeting button is chopped of in the work package meeti…
Browse files Browse the repository at this point in the history
…ngs tab (#16603)

make the button width the same as its content and force description element have the remaining space
  • Loading branch information
bsatarnejad authored Sep 3, 2024
1 parent 72392e0 commit 43275a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%=
component_wrapper do
flex_layout(justify_content: :space_between, align_items: :center) do |flex|
flex.with_column do
flex.with_column(flex: 1) do
render(Primer::Beta::Text.new(color: :subtle)) { t("text_add_work_package_to_meeting_description") }
end
if allowed_to_add_to_meeting?
Expand Down

0 comments on commit 43275a9

Please sign in to comment.