mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
Merge remote-tracking branch 'PayBas/ticket/12615' into develop-ascraeus
* PayBas/ticket/12615: [ticket/12615] Fixed inproper clearing of .topic-actions
This commit is contained in:
@@ -237,6 +237,12 @@ div[class].topic-actions {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.topic-actions:after {
|
||||
content: '';
|
||||
clear: both;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Post body styles
|
||||
----------------------------------------*/
|
||||
.postbody {
|
||||
|
Reference in New Issue
Block a user