mirror of
https://github.com/flarum/core.git
synced 2025-07-10 03:16:22 +02:00
Remove excerpt margin on mobile
This commit is contained in:
@ -83,7 +83,6 @@
|
||||
}
|
||||
.item-excerpt {
|
||||
margin-top: 4px;
|
||||
margin-right: 170px;
|
||||
white-space: normal;
|
||||
font-size: 12px;
|
||||
line-height: 1.5em;
|
||||
@ -210,6 +209,11 @@
|
||||
left: auto;
|
||||
}
|
||||
}
|
||||
.DiscussionListItem-info {
|
||||
.item-excerpt {
|
||||
margin-right: 170px;
|
||||
}
|
||||
}
|
||||
.DiscussionListItem-content {
|
||||
padding-left: 52px;
|
||||
padding-right: 80px;
|
||||
|
Reference in New Issue
Block a user