Fix new project view
This commit is contained in:
parent
4127af75fe
commit
3d283810b4
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
.gitlab-tabs {
|
||||
background: $gray-light;
|
||||
border: 1px solid $border-color;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
li {
|
||||
width: 50%;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- with_label = local_assigns.fetch(:with_label, true)
|
||||
|
||||
.form-group.row.visibility-level-setting
|
||||
.form-group.visibility-level-setting
|
||||
- if with_label
|
||||
= f.label :visibility_level, class: 'col-form-label col-sm-2' do
|
||||
Visibility Level
|
||||
|
|
Loading…
Reference in a new issue