Merge pull request #1039 from basecamp/tag-dialog-width
Bump the width of the tag dialog
This commit is contained in:
@@ -37,8 +37,7 @@
|
||||
}
|
||||
|
||||
.card & {
|
||||
min-inline-size: 25ch;
|
||||
max-inline-size: 25ch;
|
||||
inline-size: 28ch;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user