We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3341bdc commit 8139649Copy full SHA for 8139649
web_src/css/base.css
@@ -1422,10 +1422,9 @@ a.ui.active.label:hover {
1422
}
1423
1424
.lines-blame-btn {
1425
- padding-left: 10px;
1426
- padding-right: 10px;
1427
- text-align: right !important;
1428
- width: 2%;
+ padding: 1px 3px;
+ display: flex;
+ justify-content: center;
1429
1430
1431
.lines-num {
@@ -1536,7 +1535,7 @@ a.ui.active.label:hover {
1536
1535
width: 350px;
1537
max-width: 350px;
1538
display: block;
1539
- padding: 0 0 0 10px;
+ padding: 1px 0 1px 10px;
1540
line-height: 20px;
1541
box-sizing: content-box;
1542
0 commit comments