diff options
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 1d8bd6f3df..c94bd7d017 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1147,9 +1147,9 @@ form > p.post-notice strong { .dropdown-extended .dropdown-contents { max-height: none; - max-width: 340px !important; padding: 0; position: absolute; + width: 340px; } .dropdown-extended .header { |