[ticket/12265] Ensure that dropdown is always at the very left of the container

PHPBB3-12265
This commit is contained in:
Cesar G 2014-04-15 09:00:14 -07:00
parent 975c5655f0
commit 05dec34917

View file

@ -737,6 +737,7 @@ dd.profile-contact {
.profile-contact .dropdown-container {
display: inline-block;
text-align: left;
width: 30px;
}