Fix comment header padding (#33377)
This commit is contained in:
parent
3e1b63f75b
commit
9e028d8d57
5 changed files with 10 additions and 14 deletions
|
@ -1480,16 +1480,12 @@ td .commit-summary {
|
|||
}
|
||||
|
||||
.comment-header {
|
||||
border: none !important;
|
||||
background: var(--color-box-header);
|
||||
border-bottom: 1px solid var(--color-secondary) !important;
|
||||
font-weight: var(--font-weight-normal) !important;
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0 !important;
|
||||
border-bottom: 1px solid var(--color-secondary);
|
||||
padding: 0 1rem;
|
||||
position: relative;
|
||||
color: var(--color-text);
|
||||
min-height: 41px;
|
||||
background-color: var(--color-box-header);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue