Skip to content

Commit 9c7890a

Browse files
committed
Fix breakpoint to hide labels in selection action buttons (#2986)
1 parent 165515b commit 9c7890a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/stylesheets/components/SelectionActions.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
display: none;
88
}
99

10-
@container selection-actions (width > 32.5rem) {
10+
@container selection-actions (width > 39rem) {
1111
.selection-action-text-label {
1212
display: inline;
1313
}

0 commit comments

Comments
 (0)