Merge pull request #1039 from basecamp/tag-dialog-width

Bump the width of the tag dialog
This commit is contained in:
Andy Smith
2025-09-08 15:27:21 -05:00
committed by GitHub
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -37,8 +37,7 @@
}
.card & {
min-inline-size: 25ch;
max-inline-size: 25ch;
inline-size: 28ch;
}
}
+1 -1
View File
@@ -1,5 +1,5 @@
<%= turbo_frame_tag @card, :tagging do %>
<div class="flex-column"
<div class="flex-column full-width"
data-controller="filter navigable-list"
data-navigable-list-focus-on-selection-value="false"
data-navigable-list-actionable-items-value="true"