mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06: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;
|
||||
}
|
||||
}
|
||||
|
||||
.row:before,
|
||||
.row:after {
|
||||
display: table;
|
||||
content: "";
|
||||
}
|
||||
.row:after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
.admin-contents table {
|
||||
|
Loading…
Reference in New Issue
Block a user