From 0110be2de7f60c5e0aef194e011d5dc500bca401 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Mon, 4 Mar 2024 23:53:56 +0800 Subject: [PATCH 1/2] fix --- web_src/css/repo.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 87ce829a780ad..23e146f0a8410 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -935,6 +935,7 @@ .repository.view.issue .comment-list .comment .merge-section .item-section { display: flex; + flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0; @@ -942,13 +943,6 @@ margin-bottom: -0.25rem; } -@media (max-width: 991.98px) { - .repository.view.issue .comment-list .comment .merge-section .item-section { - align-items: flex-start; - flex-direction: column; - } -} - .repository.view.issue .comment-list .comment .merge-section .divider { margin-left: -1rem; width: calc(100% + 2rem); From 77eeea0b4b7ab091c56e1a81ec2a2c7d84c871b8 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Tue, 5 Mar 2024 09:52:37 +0800 Subject: [PATCH 2/2] fix space --- web_src/css/repo.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 23e146f0a8410..d60fb4db21a2f 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -939,8 +939,7 @@ align-items: center; justify-content: space-between; padding: 0; - margin-top: -0.25rem; - margin-bottom: -0.25rem; + gap: 0.5em; } .repository.view.issue .comment-list .comment .merge-section .divider {