1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 08:13:14 +02:00

[ticket/12662] Fix responsive positioning of notifications dropdown

PHPBB3-12662
This commit is contained in:
PayBas
2014-06-24 16:14:14 +02:00
parent faa47cd176
commit dd18085ba6
2 changed files with 3 additions and 3 deletions

View File

@@ -190,8 +190,8 @@ ul.topiclist li.row dt a.subforum {
----------------------------------------*/
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px)
{
.dropdown-extended {
width: 250px;
.dropdown-extended .dropdown-contents {
max-width: 300px !important;
}
}