Skip to content

Commit 53b9064

Browse files
committed
Overflow needs to be on the nearest item
1 parent 39ebead commit 53b9064

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/bubbles/pins/_pin.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
data: { action: "click->dialog#close", turbo_frame: "_top" },
66
style: "--bubble-color: #{ pin.bubble.color };" do %>
77
<div class="flex flex-column min-width flex-item-grow">
8-
<div class="pin__header flex align-end txt-uppercase">
9-
<div class="pin__bucket flex-inline flex-item-justify-start overflow-ellipsis txt-reversed">
10-
<span class="txt-x-small"><%= pin.bubble.bucket.name %></span>
8+
<div class="pin__header flex gap-half align-end txt-uppercase">
9+
<div class="pin__bucket flex-inline flex-item-justify-start txt-reversed min-width">
10+
<span class="txt-x-small overflow-ellipsis"><%= pin.bubble.bucket.name %></span>
1111
</div>
1212

1313
<% if pin.bubble&.stage %>

0 commit comments

Comments
 (0)