Skip to content
代码片段 群组 项目
未验证 提交 ca72c9d7 编辑于 作者: Florie Guibert's avatar Florie Guibert 提交者: GitLab
浏览文件

Merge branch 'ntepluhina-fix-work-item-layour-width' into 'master'

No related branches found
No related tags found
无相关合并请求
......@@ -383,8 +383,8 @@ $disclosure-hierarchy-chevron-dimension: 1.2rem;
width: 95% !important;
}
.limit-container-width {
.container-limited {
.work-item-sticky-header-text {
max-width: $limited-layout-width;
max-width: $fixed-layout-width;
}
}
\ No newline at end of file
}
......@@ -3,6 +3,5 @@
- add_page_specific_style 'page_bundles/work_items'
- @gfm_form = true
- @noteable_type = 'WorkItem'
- @content_class = "limit-container-width" unless fluid_layout
#js-work-items{ data: work_items_show_data(@group).merge(iid: request.params['iid']) }
......@@ -3,6 +3,5 @@
- add_page_specific_style 'page_bundles/work_items'
- @gfm_form = true
- @noteable_type = 'WorkItem'
- @content_class = "limit-container-width" unless fluid_layout
#js-work-items{ data: work_items_show_data(@project) }
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册