Fixed forum status margin, closes #144.
This commit is contained in:
parent
fae13defa5
commit
47b184b551
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
margin-bottom: 2px;
|
margin: 2px 0;
|
||||||
|
|
||||||
&__icon {
|
&__icon {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
Loading…
Reference in a new issue