recent-topics: Add `width` CSS property in filter check icons.

This commit adds a width of 10px to fa-square and fa-check-square
icons in recent-topics table, so that on toggling between these icons
we can prevent the change in width of the whole button to make it look
good visually.
This commit is contained in:
jai2201 2022-02-25 11:49:44 +05:30 committed by Tim Abbott
parent 7f2aef3ab3
commit 9288f00cd7
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
.fa-check-square-o,
.fa-square-o {
padding: 0 2px;
width: 10px;
}
.fa-lock {