diff --git a/module/port/view/header.html.php b/module/port/view/header.html.php index 53b16bf31c..4ce3cc7b17 100644 --- a/module/port/view/header.html.php +++ b/module/port/view/header.html.php @@ -19,8 +19,8 @@ form{overflow-x: scroll} #maxImport:focus {outline: none;} .pointorNone{pointer-events:none;} thead > tr > th{width:150px;} -.c-pri{width:100px} -.c-precondition{width:200px;} +.c-pri{width:80px} +.c-name, .c-story,.c-precondition{width:200px;} .c-id{width:50px} .c-team {width:100px; padding:0px 0px 8px 0px !important;} .c-estimate-1 {width:50px;padding:0px 0px 8px 8px !important;} diff --git a/module/testcase/css/showimport.css b/module/testcase/css/showimport.css index b28b5c7725..7eab9034f6 100644 --- a/module/testcase/css/showimport.css +++ b/module/testcase/css/showimport.css @@ -1,5 +1,5 @@ .table table td,.outer .table table tbody > tr:last-child td {padding: 2px 0 2px 5px !important; border: none !important;} -.c-name {min-width: 120px;} +.c-name{width: 120px;} .c-branch {width: 120px;} .c-line-number {width: 50px;} .c-id {width: 40px;}