Project

General

Profile

Bug #246

Updated by liaham about 4 years ago

ProjectsController#settings has two boxes where only one of them is displayed at a time. ProjectCustomField box. The distance between the this box and its antecessor is to small.  

 It should be lager: 

 ``` 
 #host_projects, 
 #subordinated_project_types{ #project_custom_fields{ 
   margin-top:1rem; 
 } 
 ``` 
 **NOTE: Probably the stylesheet does not load!**

Back