Merge pull request #311 from kmaglione/bug-990051

But 990051: Fix height of sort menu on mobile.
This commit is contained in:
Mathieu Agopian 2014-10-02 20:53:35 +02:00
Родитель b507496774 048c2b5ac2
Коммит 9646721414
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -236,7 +236,7 @@ table th {
#sort-menu.expand ul {
border-color: #a9badb;
height: 407px;
height: auto;
}
.purchases #sort-menu.expand ul {
height: 100px;