Skip to content

Commit 04e9a25

Browse files
fix: library card icons are not vertically aligned #2473 (#2474)
1 parent 8470d7c commit 04e9a25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/library-authoring/components/BaseCard.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
}
3232

3333
.pgn__card-header-content {
34-
margin-top: .55rem;
34+
margin-top: 0;
35+
justify-content: center;
3536
}
3637

3738
.pgn__card-header-actions {

0 commit comments

Comments
 (0)