CSS / Layout cleanup - better sizing on infolog description

This commit is contained in:
nathan 2022-04-27 10:19:55 -06:00
parent 69e13a2d7f
commit 47604d23a7
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ td.infologTimestamp {
} }
div#infolog-edit_infolog-edit-description { div#infolog-edit_infolog-edit-description {
height: 250px; height: 100%;
} }
#infolog-edit_info_responsible + .chzn-container .chzn-results { #infolog-edit_info_responsible + .chzn-container .chzn-results {
max-height: 150px; max-height: 150px;

View File

@ -147,7 +147,7 @@ td.infologTimestamp {
position: relative; position: relative;
} }
div#infolog-edit_infolog-edit-description { div#infolog-edit_infolog-edit-description {
height: 250px; height: 100%;
} }
#infolog-edit_info_responsible + .chzn-container .chzn-results { #infolog-edit_info_responsible + .chzn-container .chzn-results {
max-height: 150px; max-height: 150px;