Fix the width of project avatars in order to adjust alignment within their container element
This commit is contained in:
parent
70d4d2fb27
commit
34c550b054
2 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none;
|
border: none;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: Adjust the width of project avatars to fix alignment within their container
|
||||||
|
merge_request:
|
||||||
|
author: Ryan Harris
|
Loading…
Reference in a new issue