mirror of
https://github.com/zadam/trilium.git
synced 2025-03-04 02:53:30 +08:00
history content has fixed width to prevent jumping based on size
This commit is contained in:
parent
a3425a09ff
commit
c315975995
1 changed files with 3 additions and 3 deletions
|
@ -173,13 +173,13 @@
|
|||
|
||||
<div id="noteHistoryDialog" title="Note history" style="display: none;">
|
||||
<div style="display: flex;">
|
||||
<select id="noteHistoryList" size="25" style="flex-grow: 2; height: 630px;">
|
||||
<select id="noteHistoryList" size="25" style="width: 150px; height: 630px;">
|
||||
</select>
|
||||
|
||||
<div id="noteHistoryContentWrapper" style="flex-grow: 3; margin-left: 20px;">
|
||||
<div id="noteHistoryContentWrapper" style="flex-grow: 1; margin-left: 20px;">
|
||||
<h3 id="noteHistoryTitle" style="margin: 3px;"></h3>
|
||||
|
||||
<div id="noteHistoryContent" style="height: 600px; overflow: auto;"></div>
|
||||
<div id="noteHistoryContent" style="height: 600px; width: 600px; overflow: auto;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue