Commit 51cb2672 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'psimyn-master-patch-68353' into 'master'

Fix cut-off dropdown in board breadcrumbs

See merge request gitlab-org/gitlab!72168
parents 99f45e9e 49feed59
......@@ -2,7 +2,7 @@
- @no_breadcrumb_container = true
- @no_container = true
- @content_wrapper_class = "#{@content_wrapper_class} gl-relative"
- @content_class = "issue-boards-content js-focus-mode-board"
- @content_class = "js-focus-mode-board"
- is_epic_board = board.to_type == "EpicBoard"
- if is_epic_board
- breadcrumb_title _("Epic Boards")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment