Fix infolog edit dialog gets scrollbar on decrypted message

This commit is contained in:
Hadi Nategh 2022-09-08 12:27:33 +02:00
parent 57a6de47ce
commit 5c96a29ef8
2 changed files with 2 additions and 1 deletions

View File

@ -85,6 +85,7 @@ td.infologTimestamp {
div#infolog-edit_infolog-edit-description {
height: 100%;
}
div#infolog-edit_infolog-edit-description iframe {height: calc(100% - 1em) !important;}
#infolog-edit_info_responsible + .chzn-container .chzn-results {
max-height: 150px;
}

View File

@ -188,7 +188,7 @@
</hbox>
</row>
<row>
<tabbox id="tabs" span="all" width="100%" tab_height="300px">
<tabbox id="tabs" span="all" width="100%" tab_height="350px">
<tabs>
<tab id="description" label="Description" statustext="longer textual description"/>
<tab id="details" label="Details" statustext="Location, priority , ..."/>