Skip to content

Commit

Permalink
Improve margin of credits box
Browse files Browse the repository at this point in the history
Remove top padding when credits text and rights are empty.

REDMINE-19824
  • Loading branch information
tf committed Oct 21, 2024
1 parent 11a1257 commit c21acce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
position: relative;
padding-top: 5px;
padding-bottom: 5px;
margin-top: -5px;
}

.separator::before {
Expand All @@ -36,6 +37,7 @@
top: 0;
left: -5px;
right: -5px;
margin-top: 0;
border-top: solid 1px var(--theme-widget-primary-color);
opacity: 0.1;
}
Expand Down

0 comments on commit c21acce

Please sign in to comment.