Skip to content

Commit 7a8b5d7

Browse files
committed
Added justify-content: center to .topics-actions
1 parent b2d64da commit 7a8b5d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/assets/stylesheets/components/topics.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,7 @@ a.topic-icon {
782782

783783
.topics-actions {
784784
display: flex;
785+
justify-content: center;
785786
gap: var(--spacing-3);
786787
padding: var(--spacing-3) var(--spacing-4);
787788
align-items: center;

0 commit comments

Comments
 (0)