| | font-size: 0.875rem; |
| | font-weight: 600; |
| | + white-space: nowrap; |
| | } |
| | |
| | .tag-table td { |
| | padding: 12px 16px; |
| | border-bottom: 1px solid #21262d; |
| | - vertical-align: middle; |
| | + vertical-align: top; |
| | color: #c9d1d9; |
| | font-size: 0.9rem; |
| | } |
| | |
| | .tag-table tr:hover td { |
| | background: #161b22; |
| | } |
| | |
| | -.tag-table .tag-name a { |
| | - color: #58a6ff; |
| | - text-decoration: none; |
| | - font-family: 'SFMono-Regular', Consolas, monospace; |
| | +.tag-table .tag-name { |
| | + min-width: 140px; |
| | + width: 20%; |
| | } |
| | |
| | .tag-table .tag-message { |
| | + width: auto; |
| | + white-space: normal; |
| | + word-break: break-word; |
| | + color: #c9d1d9; |
| | font-weight: 500; |
| | } |
| | |
| | -.tag-table .tag-author { |
| | - color: #c9d1d9; |
| | +.tag-table .tag-author, |
| | +.tag-table .tag-time, |
| | +.tag-table .tag-hash { |
| | + width: 1%; |
| | + white-space: nowrap; |
| | } |
| | |
| | .tag-table .tag-time { |
| | - color: #8b949e; |
| | - white-space: nowrap; |
| | text-align: right; |
| | + color: #8b949e; |
| | } |
| | |
| | .tag-table .tag-hash { |
| | text-align: right; |
| | +} |
| | + |
| | +.tag-table .tag-name a { |
| | + color: #58a6ff; |
| | + text-decoration: none; |
| | + font-family: 'SFMono-Regular', Consolas, monospace; |
| | +} |
| | + |
| | +.tag-table .tag-author { |
| | + color: #c9d1d9; |
| | } |
| | |
| | .tag-table .tag-age-header { |
| | - text-align: center; |
| | + text-align: right; |
| | } |
| | |
| | .tag-table .tag-commit-header { |
| | - text-align: center; |
| | + text-align: right; |
| | } |
| | |
 |
| | text-decoration: underline; |
| | } |
| | + |
| | |