Commit e9285f7e authored by Clement Ho's avatar Clement Ho

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
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment