Fix width of project avatar in Web IDE

Closes #47696
This commit is contained in:
Phil Hughes 2018-06-11 15:40:07 +01:00
parent 1c28b624d6
commit 401c70b7bf
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F

View file

@ -1129,7 +1129,7 @@
.ide-context-header {
.avatar {
flex: 0 0 40px;
flex: 0 0 38px;
}
.ide-merge-requests-dropdown.dropdown-menu {