Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8673a2ca
Commit
8673a2ca
authored
Apr 18, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed weird 1px white space at top of sidebar
fixed create_directory_spec.rb
parent
d3e007d2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
app/assets/stylesheets/pages/repo.scss
app/assets/stylesheets/pages/repo.scss
+3
-0
spec/features/projects/tree/create_directory_spec.rb
spec/features/projects/tree/create_directory_spec.rb
+2
-0
No files found.
app/assets/stylesheets/pages/repo.scss
View file @
8673a2ca
...
...
@@ -775,6 +775,9 @@
}
&
.active
{
// extend width over border of sidebar section
width
:
calc
(
100%
+
1px
);
padding-right
:
$gl-padding
+
1px
;
background-color
:
$white-light
;
border-top-color
:
$white-dark
;
border-bottom-color
:
$white-dark
;
...
...
spec/features/projects/tree/create_directory_spec.rb
View file @
8673a2ca
...
...
@@ -50,6 +50,8 @@ feature 'Multi-file editor new directory', :js do
click_button
(
'Commit'
)
find
(
'.js-ide-edit-mode'
).
click
expect
(
page
).
to
have_content
(
'folder name'
)
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment