mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: add clearfix back for admin contents (#17278)
This commit is contained in:
parent
657256a099
commit
f44eb13236
1 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue