Left align table cells by default
This commit is contained in:
parent
fc83484d77
commit
89b2888cbb
|
@ -231,6 +231,10 @@ a:hover {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tbody td {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
/* User Profiles - Flarum Integration */
|
/* User Profiles - Flarum Integration */
|
||||||
.profile-avatar {
|
.profile-avatar {
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
|
|
Reference in New Issue