Skip to content

Commit

Permalink
Fix vertical shadow in section with inline file rights
Browse files Browse the repository at this point in the history
Prevent text variant inline file rights from pushing gradient box
shadow up.

REDMINE-20093
  • Loading branch information
tf committed Dec 12, 2023
1 parent a81c5be commit d5258cd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
padding-top: 0.2em;
}

.forSection {
position: absolute;
bottom: 0;
right: 0;
}

.forSection li {
padding: 0 0.4em 0.2em 0;
}
Expand Down

0 comments on commit d5258cd

Please sign in to comment.