Overflow needs to be on the nearest item

This commit is contained in:
Jason Zimdars
2025-03-20 18:12:43 -05:00
parent 39ebeadc08
commit 53b906423a
+3 -3
View File
@@ -5,9 +5,9 @@
data: { action: "click->dialog#close", turbo_frame: "_top" },
style: "--bubble-color: #{ pin.bubble.color };" do %>
<div class="flex flex-column min-width flex-item-grow">
<div class="pin__header flex align-end txt-uppercase">
<div class="pin__bucket flex-inline flex-item-justify-start overflow-ellipsis txt-reversed">
<span class="txt-x-small"><%= pin.bubble.bucket.name %></span>
<div class="pin__header flex gap-half align-end txt-uppercase">
<div class="pin__bucket flex-inline flex-item-justify-start txt-reversed min-width">
<span class="txt-x-small overflow-ellipsis"><%= pin.bubble.bucket.name %></span>
</div>
<% if pin.bubble&.stage %>