Skip to content

Commit 1602044

Browse files
committed
use min-width: 0
1 parent 102c895 commit 1602044

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web_src/css/repo.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,7 @@ td .commit-summary {
531531
line-height: 32px;
532532
vertical-align: middle;
533533
color: var(--color-text-light);
534-
max-width: 100%;
535-
padding-right: 1rem;
534+
min-width: 0;
536535
}
537536

538537
.repository.view.issue .comment-list .timeline-item .comment-text-line .ui.label {

0 commit comments

Comments
 (0)