diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css index b6038f3f05..782e682b9d 100644 --- a/phpBB/styles/prosilver/theme/tweaks.css +++ b/phpBB/styles/prosilver/theme/tweaks.css @@ -67,6 +67,11 @@ dl.icon { height: 35px; } +* html li.row dl.icon dt { + height: 35px; + overflow: visible; +} + * html #search-box { width: 25%; }