Skip to content

Commit

Permalink
recent-topics: Add width CSS property in filter check icons.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jai2201 authored and timabbott committed Feb 25, 2022
1 parent 7f2aef3 commit 9288f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/styles/recent_topics.css
Expand Up @@ -62,6 +62,7 @@
.fa-check-square-o,
.fa-square-o {
padding: 0 2px;
width: 10px;
}

.fa-lock {
Expand Down

0 comments on commit 9288f00

Please sign in to comment.