expand procedure list to full height

This commit is contained in:
JC 2016-11-30 13:42:19 +01:00
parent aaf5273b12
commit 4048855aa3
2 changed files with 1 additions and 3 deletions

View file

@ -43,7 +43,6 @@ h5 span {
}
#procedure_list {
max-height: 300px;
margin-left: -10px;
overflow: scroll;
a, a:hover {

View file

@ -16,5 +16,4 @@
- @facade_data_view.gestionnaire_procedures_name_and_id_list.each do |procedure|
= link_to backoffice_dossiers_procedure_path(procedure[:id]),{title: procedure[:libelle]} do
%div.procedure_list_element
= procedure[:libelle]
%div.split-hr-left
= truncate(procedure[:libelle], length: 50)