mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-10 07:49:12 +00:00
Backport #31341 by silverwind Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -1005,6 +1005,13 @@ overflow-menu .ui.label {
|
||||
padding: 0 8px;
|
||||
text-align: right !important;
|
||||
color: var(--color-text-light-2);
|
||||
width: 1%; /* this apparently needs to be a percentage so that code column stretches in diffs */
|
||||
min-width: 72px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.code-diff .lines-num {
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
.lines-num span.bottom-line::after {
|
||||
@@ -1024,6 +1031,7 @@ overflow-menu .ui.label {
|
||||
|
||||
.lines-type-marker {
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.lines-num,
|
||||
@@ -1056,6 +1064,7 @@ overflow-menu .ui.label {
|
||||
|
||||
.lines-escape {
|
||||
width: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.lines-code {
|
||||
|
Reference in New Issue
Block a user