mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 12:23:36 +08:00
UX: use clearfix on top-section of the user's sumarry (props to @DeanMarkTaylor)
This commit is contained in:
parent
74e7fc8f7e
commit
d3ee48a316
|
@ -190,6 +190,7 @@
|
|||
}
|
||||
|
||||
.top-section {
|
||||
@include clearfix();
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
|
@ -260,10 +261,6 @@
|
|||
float: right;
|
||||
}
|
||||
|
||||
.badges-section {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@media all
|
||||
and (max-width : 600px) {
|
||||
.replies-section,
|
||||
|
|
Loading…
Reference in New Issue
Block a user