1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 06:21:19 +02:00

[ticket/11936] Fix Avatar overflow issue in Notification window

PHPBB3-11936
This commit is contained in:
Matt Friedman
2013-10-16 17:21:22 -07:00
parent 852b707b48
commit cc884be593
2 changed files with 6 additions and 1 deletions

View File

@@ -836,3 +836,8 @@ form > p.post-notice strong {
font-size: 11px;
}
.notification_text:after {
content: '';
clear: both;
display: block;
}