From adb9f8e10051904b737ed27ad8483787e7cfeaba Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Thu, 18 Aug 2022 17:55:53 +0800 Subject: [PATCH] Fix UI mis-align for PR commit history --- web_src/less/_repository.less | 1 + 1 file changed, 1 insertion(+) diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index b66f9eb185b4..473d6f9dc7dd 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -906,6 +906,7 @@ .singular-commit { 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 img {