Skip to content

Commit

Permalink
Move merge-section to > .content (go-gitea#17582)
Browse files Browse the repository at this point in the history
* Move `> .merge-section` to `> .content` scope

- Fixes a issue that started from
go-gitea#17317
- Move `> .merge-section` to the `> .content` scope.
- Resolves go-gitea#17480

* Move `.merge-section` back to outside scope

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
  • Loading branch information
2 people authored and Stelios Malathouras committed Mar 28, 2022
1 parent 4cde73d commit 043f65b
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@
}
}

> .merge-section {
.merge-section {
background-color: var(--color-box-body);

.item {
Expand All @@ -1034,6 +1034,13 @@
margin-bottom: -.25rem;
}

@media @mediaSm {
.item-section {
align-items: flex-start;
flex-direction: column;
}
}

.divider {
margin-left: -1rem;
margin-right: -1rem;
Expand All @@ -1046,15 +1053,15 @@
border-right-color: var(--color-box-body);
}
}
}

.markup {
font-size: 14px;
}
.markup {
font-size: 14px;
}

.no-content {
color: var(--color-text-light-2);
font-style: italic;
}
.no-content {
color: var(--color-text-light-2);
font-style: italic;
}

.ui.form {
Expand Down

0 comments on commit 043f65b

Please sign in to comment.