Skip to content

Commit

Permalink
Minor fixes for the upcoming Django version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed May 22, 2024
1 parent f32a96c commit 78f5f37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content_editor/static/content_editor/content_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,12 @@ html {

.order-machine .inline-related > h3 {
border-top: none;
border-bottom: none;
font-size: 13px;
font-weight: normal;
height: 16px;
padding: 7px;
margin: 0;
background-color: var(--darkened-bg, #f8f8f8);
transition:
0.2s background,
Expand Down Expand Up @@ -160,6 +162,7 @@ h3[draggable] {
.order-machine .inline-related.for-deletion,
.order-machine .inline-related.collapsed {
grid-template-rows: min-content 0fr;
border-bottom: 1px solid var(--hairline-color);
}

.order-machine .inline-related.for-deletion > h3::after {
Expand Down

0 comments on commit 78f5f37

Please sign in to comment.