* Modify the default width of the project name.
This commit is contained in:
@@ -20,7 +20,7 @@ $(function()
|
||||
function resetNameWidth()
|
||||
{
|
||||
$name = $('#projectForm thead th.c-name');
|
||||
if($name.width() < 150) $name.width(150);
|
||||
if($name.width() < 350) $name.width(350);
|
||||
}
|
||||
|
||||
$('#mainContent .sidebar-toggle').click(function()
|
||||
|
||||
Reference in New Issue
Block a user