Skip to content

Commit

Permalink
Make the action header in the action selection dropdown sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp-work committed Jan 24, 2023
1 parent d04b090 commit 2ccd3c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/app/views/webui/request/_action_text.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.ms-1.me-3{ id: "action-seen-by-user-wrapper-in-select-#{action.id}" }
= render ActionSeenByUserComponent.new(action: action, user: user, render_only: true)

.d-block
.d-block.w-100
- details = action.commit_details
- if details
- if details.key?('comment')
Expand Down
2 changes: 1 addition & 1 deletion src/api/app/views/webui/request/_actions_details.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:type => 'button', 'data-boundary' => 'viewport' }
Select Action
%ul.dropdown-menu.dropdown-menu-start.scrollable-dropdown
%li
%li.card-header.px-1.sticky-top
%h6.dropdown-header
- if User.session
%span Seen
Expand Down

0 comments on commit 2ccd3c8

Please sign in to comment.