Skip to content

Commit

Permalink
fix(style/list): replace float to text-align in footer part (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode authored Oct 26, 2023
1 parent e6a9748 commit 87a6296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/packages/artalk/src/style/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
}

& > .atk-list-footer {
float: right;
text-align: right;

@media only screen and (max-width: 768px) {
float: initial;
Expand Down

0 comments on commit 87a6296

Please sign in to comment.