Skip to content

Commit

Permalink
Fix lock state icon position
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet committed Feb 8, 2024
1 parent af0478d commit 5814ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/files_lock.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tr[data-locked='true'] .fileactions .action.action-menu.permanent {
}
.locking-inline-state.icon-password {
padding: 17px 23px;
margin-right: -45px;
margin-right: -49px;
top: -5px;
width: 44px;
position: relative;
Expand Down

0 comments on commit 5814ba1

Please sign in to comment.