mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -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;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topic-post .boxed .contents {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
.topic-map {
|
.topic-map {
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
|
Loading…
Reference in a new issue