We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ebead commit 53b9064Copy full SHA for 53b9064
app/views/bubbles/pins/_pin.html.erb
@@ -5,9 +5,9 @@
5
data: { action: "click->dialog#close", turbo_frame: "_top" },
6
style: "--bubble-color: #{ pin.bubble.color };" do %>
7
<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>
+ <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>
11
</div>
12
13
<% if pin.bubble&.stage %>
0 commit comments