ソースを参照

Fix blame row height alignment (#15863) (#15883)

* fix blame row alignment on firefox
* fix blame row alignment in chrome
* fix blame row alignment in safari

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.14.3
Norwin 3年前
コミット
aaa539dd2d
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更5行の追加1行の削除
  1. 5
    1
      web_src/less/_base.less

+ 5
- 1
web_src/less/_base.less ファイルの表示

@@ -1496,6 +1496,7 @@ a.ui.label:hover {
.blame .code-inner {
white-space: pre;
word-break: normal;
word-wrap: normal; /* not using overflow-wrap because safari does not treat is an an alias */
}

.lines-commit {
@@ -1515,6 +1516,8 @@ a.ui.label:hover {
display: block;
user-select: none;
padding: 0 0 0 10px;
line-height: 20px;
box-sizing: content-box;

.blame-data {
display: flex;
@@ -1525,7 +1528,6 @@ a.ui.label:hover {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 20px;
}

.blame-time,
@@ -1538,6 +1540,8 @@ a.ui.label:hover {
.ui.avatar.image {
height: 18px;
width: 18px;
display: block;
margin-top: 1px;
}
}


読み込み中…
キャンセル
保存