1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-22 03:22:05 +00:00

Adds a bottom margin for pagination (#21258).

git-svn-id: http://svn.redmine.org/redmine/trunk@14900 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-11-28 11:44:30 +00:00
parent c4c669f1dc
commit 053f2d7bd0

View File

@ -691,6 +691,7 @@ input.autocomplete.ajax-loading {
.objects-selection {
height: 300px;
overflow: auto;
margin-bottom: 1em;
}
.objects-selection label {