Fix UI mis-align for PR commit history (#20845)
This commit is contained in:
parent
fad0e7a497
commit
2dd0b88a93
1 changed files with 1 additions and 0 deletions
|
@ -906,6 +906,7 @@
|
||||||
|
|
||||||
.singular-commit {
|
.singular-commit {
|
||||||
line-height: 34px; /* this must be same as .badge height, to avoid overflow */
|
line-height: 34px; /* this must be same as .badge height, to avoid overflow */
|
||||||
|
clear: both; // reset the "float right shabox", in the future, use flexbox instead
|
||||||
|
|
||||||
> .avatar.image,
|
> .avatar.image,
|
||||||
> .avatar.image img {
|
> .avatar.image img {
|
||||||
|
|
Reference in a new issue