Skip to content
Snippets Groups Projects
Commit e9285f7e authored by Clement Ho's avatar Clement Ho
Browse files

Merge branch '46751-collapsed-mr-sidebar-avatar-is-not-aligned-correctly' into 'master'

Resolve "Collapsed MR sidebar avatar is not aligned correctly"

Closes #46751

See merge request gitlab-org/gitlab-ce!19277
parents 67dc43db 60471004
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -485,6 +485,15 @@
.sidebar-collapsed-user {
padding-bottom: 0;
margin-bottom: 10px;
.author_link {
padding-left: 0;
.avatar {
position: static;
margin: 0;
}
}
}
 
.issuable-header-btn {
Loading
Loading
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