mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-03 18:02:28 +02:00
chore: rename class issue-title-buttons to button-row
This commit is contained in:
parent
51735c415b
commit
7299b2def4
8 changed files with 11 additions and 11 deletions
|
@ -601,7 +601,7 @@ td .commit-summary {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.repository.view.issue .top-right-buttons {
|
||||
.repository.view.issue .button-row {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
@ -609,7 +609,7 @@ td .commit-summary {
|
|||
.repository.view.issue .issue-title {
|
||||
flex-direction: column;
|
||||
}
|
||||
.repository.view.issue .top-right-buttons {
|
||||
.repository.view.issue .button-row {
|
||||
width: 100%;
|
||||
margin-top: .5rem;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue