mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Mail: Minimum width of 400px on the preview pane
Stops attachment details from being unable to deal with the limited space
This commit is contained in:
parent
2bd5f58836
commit
c111303abd
@ -114,7 +114,7 @@
|
||||
</et2-box>
|
||||
</template>
|
||||
<template id="mail.index.splitter" height="100%" template="" lang="" group="0" version="1.9.001">
|
||||
<et2-split id="mailSplitter" style="--min: 30%;--max:70%;" vertical="false" primary="start" >
|
||||
<et2-split id="mailSplitter" style="--min: 30%;--max:min(70%,calc(100% - 400px));" vertical="false" primary="start">
|
||||
<nextmatch id="nm" onselect="app.mail.mail_preview" class="" template="mail.index.rows.vertical" header_left="mail.index.add" header_right="mail.index.header_right" disable_selection_advance="true"/>
|
||||
<template id="mail.index.preview"/>
|
||||
</et2-split>
|
||||
|
Loading…
Reference in New Issue
Block a user