From 312ee9ce96cb935067614cff03c299fcdac9f6ee Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Mon, 26 Dec 2022 13:43:18 +0800 Subject: [PATCH] * Finish task #81094. --- module/bug/css/create.css | 1 + module/bug/css/edit.css | 1 + 2 files changed, 2 insertions(+) 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;}