mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 05:25:41 +08:00
FIX: add clearfix back for admin contents (#17278)
This commit is contained in:
parent
657256a099
commit
f44eb13236
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user