Skip to content

Commit

Permalink
Merge pull request #355 from localcontexts/8689u5wnr-bottom-spacing-l…
Browse files Browse the repository at this point in the history
…abel-translations

#8689u5wnr add bottom spacing for Label translations on project action page
  • Loading branch information
birbjam authored Oct 1, 2024
2 parents d0ed41f + 4b108ad commit 94b8bfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion localcontexts/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,10 @@ i[data-tooltip]:hover:after {
}

.label-group:last-child:last-of-type { margin-bottom: 16px;}
.border-bottom-not-last:not(:last-child) { border-bottom: 1px solid #C4C4C4; }
.border-bottom-not-last:not(:last-child) {
border-bottom: 1px solid #C4C4C4;
padding-bottom: 16px;
}

.actions-card a {
margin: 8px 16px;
Expand Down

0 comments on commit 94b8bfa

Please sign in to comment.