Skip to content

Commit a4b350d

Browse files
committed
remove min-height, increase inline margin
1 parent 9badbd5 commit a4b350d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web_src/css/repo.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,7 @@ td .commit-summary {
659659
background: transparent;
660660
border-bottom: 0;
661661
padding: 0;
662-
min-height: auto;
663-
margin-bottom: 4px;
662+
margin-bottom: 6px;
664663
}
665664

666665
.repository.view.issue .comment-list .code-comment .comment-content {
@@ -1308,7 +1307,6 @@ td .commit-summary {
13081307
padding: 0.5em 1rem;
13091308
position: relative;
13101309
color: var(--color-text);
1311-
min-height: 41px;
13121310
display: flex;
13131311
justify-content: space-between;
13141312
align-items: center;

0 commit comments

Comments
 (0)