Fixed text align of post labels in comment list
This commit is contained in:
parent
2d529107db
commit
6f801f2628
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
||||||
height: 71px;
|
height: 71px;
|
||||||
line-height: 122px; /* 71 * 2 - 11 (font-size) - padding */
|
line-height: 122px; /* 71 * 2 - 11 (font-size) - padding */
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
|
text-align: center;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue