mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 17:24:42 +08:00
Merge pull request #2020 from awesomerobot/master
fixing width of user section of topic-list
This commit is contained in:
@ -364,6 +364,8 @@
|
|||||||
}
|
}
|
||||||
.posters {
|
.posters {
|
||||||
float: left;
|
float: left;
|
||||||
|
display: block;
|
||||||
|
width: 165px;
|
||||||
}
|
}
|
||||||
> footer {
|
> footer {
|
||||||
border: 1px solid $primary_border_color;
|
border: 1px solid $primary_border_color;
|
||||||
|
Reference in New Issue
Block a user