Skip to content
Snippets Groups Projects
Commit eb10bcaa authored by George Tsiolis's avatar George Tsiolis
Browse files

Remove small container width

parent 59a2123d
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -54,10 +54,6 @@ body {
&.limit-container-width {
max-width: $limited-layout-width;
}
&.limit-container-width-sm {
max-width: $limited-layout-width-sm;
}
}
 
.alert-wrapper {
Loading
Loading
Loading
Loading
@@ -265,7 +265,6 @@ $header-height: 40px;
$ide-statusbar-height: 25px;
$fixed-layout-width: 1280px;
$limited-layout-width: 990px;
$limited-layout-width-sm: 790px;
$container-text-max-width: 540px;
$gl-avatar-size: 40px;
$error-exclamation-point: $red-500;
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
= render "home_panel"
 
.project-empty-note-panel
%div{ class: [container_class, ("limit-container-width-sm" unless fluid_layout)] }
%div{ class: [container_class, ("limit-container-width" unless fluid_layout)] }
.prepend-top-20
%h4
= _('The repository for this project is empty')
Loading
Loading
@@ -36,7 +36,7 @@
= render 'stat_anchor_list', anchors: @project.empty_repo_statistics_buttons
 
- if can?(current_user, :push_code, @project)
%div{ class: [container_class, ("limit-container-width-sm" unless fluid_layout)] }
%div{ class: [container_class, ("limit-container-width" unless fluid_layout)] }
.prepend-top-20
.empty_wrapper
%h3#repo-command-line-instructions.page-title-empty
Loading
Loading
- @content_class = "limit-container-width limit-container-width-sm" unless fluid_layout
- @content_class = "limit-container-width" unless fluid_layout
- page_title _("Edit"), @page.title.capitalize, _("Wiki")
 
= wiki_page_errors(@error)
Loading
Loading
- @content_class = "limit-container-width limit-container-width-sm" unless fluid_layout
- @content_class = "limit-container-width" unless fluid_layout
- page_title s_("WikiClone|Git Access"), _("Wiki")
 
.wiki-page-header.has-sidebar-toggle
Loading
Loading
- @content_class = "limit-container-width limit-container-width-sm" unless fluid_layout
- @content_class = "limit-container-width" unless fluid_layout
- breadcrumb_title @page.title.capitalize
- wiki_breadcrumb_dropdown_links(@page.slug)
- page_title @page.title.capitalize, _("Wiki")
Loading
Loading
---
title: Remove small container width
merge_request: 19893
author: George Tsiolis
type: changed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment