Skip to content

Commit c62cf92

Browse files
committed
Fix css align for infinity icon
1 parent ac3817a commit c62cf92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/css/styles.min.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2990,9 +2990,9 @@ a.button.cancel {
29902990

29912991
.unlim-trigger {
29922992
cursor: pointer;
2993-
padding-left: 4px;
2994-
margin-bottom: -2px;
2995-
margin-left: -42px;
2993+
position: absolute;
2994+
margin-left: -38px;
2995+
margin-top: 13px;
29962996
z-index: 1;
29972997
}
29982998
.optional {

0 commit comments

Comments
 (0)