Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
3f1ff77ebd55
Commit
0bba8adf
authored
Jun 27, 2016
by
Phil Hughes
Browse files
Fixed comit avatar alignment
parent
31af5a10d49a
Changes
2
Show whitespace changes
Inline
Side-by-side
app/assets/stylesheets/pages/commits.scss
View file @
3f1ff77e
...
...
@@ -83,11 +83,7 @@
position
:
relative
;
@media
(
min-width
:
$screen-sm-min
)
{
padding-left
:
20px
;
.commit-info-block
{
padding-left
:
44px
;
}
padding-left
:
46px
;
}
&
:not
(
:last-child
)
{
...
...
@@ -102,9 +98,7 @@
.avatar
{
position
:
absolute
;
top
:
10px
;
left
:
16px
;
margin-left
:
-46px
;
}
.item-title
{
...
...
app/assets/stylesheets/pages/tree.scss
View file @
3f1ff77e
...
...
@@ -101,7 +101,8 @@
margin
:
0
;
.commit
{
padding
:
0
0
0
55px
;
padding-top
:
0
;
padding-bottom
:
0
;
.commit-row-title
{
.commit-row-message
{
...
...
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