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

[ticket/12662] Fix notifications dropdown positioning for RTL

PHPBB3-12662
This commit is contained in:
PayBas
2014-06-25 13:28:54 +02:00
parent 665742945f
commit 367c6aafca
3 changed files with 16 additions and 2 deletions

View File

@@ -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;
}
}