mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12265] Ensure that dropdown is always at the very left of the container
PHPBB3-12265
This commit is contained in:
parent
975c5655f0
commit
05dec34917
1 changed files with 1 additions and 0 deletions
|
@ -737,6 +737,7 @@ dd.profile-contact {
|
||||||
|
|
||||||
.profile-contact .dropdown-container {
|
.profile-contact .dropdown-container {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
text-align: left;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue