diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 50e8f36c80..2ac4e4467a 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -874,11 +874,6 @@ form > p.post-notice strong { .notification_list ul li p { margin: 0; - word-wrap: break-word; -} - -.notification_list ul.topiclist dt { - width: 88%; } .notification_list .pointer, .notification_list .pointer_inner { diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index cf72686abf..4134b2eb95 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -367,6 +367,10 @@ p.rightside { float: none; } +.topic-actions { + overflow: hidden; +} + @media only screen and (max-width: 500px), only screen and (max-device-width: 500px) { p.responsive-center {