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
37671377
Commit
37671377
authored
Sep 17, 2019
by
Enrique Alcantara
Committed by
Paul Slaughter
Sep 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rem / px mismatch
parent
d7a8e28c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+2
-2
No files found.
app/assets/stylesheets/framework/sidebar.scss
View file @
37671377
...
...
@@ -171,7 +171,7 @@
position
:
absolute
;
top
:
$gl-padding
;
bottom
:
$gl-padding
;
left
:
map-get
(
$spacers
,
2
)
-
1px
;
left
:
map-get
(
$spacers
,
2
)
-
px-to-rem
(
1px
)
;
}
&
-row
{
...
...
@@ -187,7 +187,7 @@
* 2px extra is to give a little more height than needed
* to hide timeline line before/after the element starts/ends
*/
height
:
map-get
(
$spacers
,
4
)
+
2px
;
height
:
map-get
(
$spacers
,
4
)
+
px-to-rem
(
2px
)
;
z-index
:
1
;
position
:
relative
;
top
:
-3px
;
...
...
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