aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/common.css2
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css2
2 files changed, 2 insertions, 2 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 {
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index d921da62fb..82c23d8770 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -191,7 +191,7 @@ ul.topiclist li.row dt a.subforum {
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px)
{
.dropdown-extended .dropdown-contents {
- max-width: 300px !important;
+ width: auto;
}
}