mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix infolog edit dialog gets scrollbar on decrypted message
This commit is contained in:
parent
57a6de47ce
commit
5c96a29ef8
@ -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;
|
||||
}
|
||||
|
@ -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 , ..."/>
|
||||
|
Loading…
Reference in New Issue
Block a user