mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: add clearfix back for admin contents (#17278)
This commit is contained in:
@@ -81,6 +81,15 @@ $mobile-breakpoint: 700px;
|
|||||||
margin: 0 15px 0 -10px;
|
margin: 0 15px 0 -10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row:before,
|
||||||
|
.row:after {
|
||||||
|
display: table;
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.row:after {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-contents table {
|
.admin-contents table {
|
||||||
|
|||||||
Reference in New Issue
Block a user