mirror of https://github.com/zulip/zulip.git
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:
parent
7f2aef3ab3
commit
9288f00cd7
|
@ -62,6 +62,7 @@
|
|||
.fa-check-square-o,
|
||||
.fa-square-o {
|
||||
padding: 0 2px;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.fa-lock {
|
||||
|
|
Loading…
Reference in New Issue