diff --git a/module/bug/css/create.css b/module/bug/css/create.css index f7b68c49fb..de8c806f9f 100644 --- a/module/bug/css/create.css +++ b/module/bug/css/create.css @@ -58,3 +58,4 @@ html[lang='de'] #keywordsAddonLabel, .task {width: 73px;} #bugTypeInputGroup > .table-col {width: 40% !important;} .pri-text > .label-pri {padding: 2px 6px;} +.table tbody > tr > td, .table tbody > tr > th {vertical-align: top !important;} diff --git a/module/bug/css/edit.css b/module/bug/css/edit.css index ebd0b1eec4..fc34a01760 100644 --- a/module/bug/css/edit.css +++ b/module/bug/css/edit.css @@ -7,3 +7,4 @@ #branch {width: 95px;} #storyIdBox .chosen-auto-max-width {width: 215px !important;} .form-group {margin-left: 10px; margin-right: 10px;} +.table tbody > tr > td, .table tbody > tr > th {vertical-align: top;}