mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
The main content of a post was being floated to the left in mobile. This
was causing the topic map to surround the first post.
This commit is contained in:
parent
954f0df625
commit
2e4d8b2e13
1 changed files with 4 additions and 0 deletions
|
@ -148,6 +148,10 @@ a.star {
|
|||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
.topic-post .boxed .contents {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.topic-map {
|
||||
|
||||
.btn {
|
||||
|
|
Loading…
Reference in a new issue