support edits pagination in a ScrollPanel

This commit is contained in:
Bruno Windels 2019-06-25 14:50:56 +02:00
parent 0fe28cba43
commit 8c9a6ddf96
2 changed files with 56 additions and 15 deletions

View file

@ -15,6 +15,17 @@ limitations under the License.
*/
.mx_MessageEditHistoryDialog ul {
.mx_MessageEditHistoryDialog {
display: flex;
flex-direction: column;
max-height: 60vh;
}
.mx_MessageEditHistoryDialog_scrollPanel {
flex: 1 1 auto;
}
.mx_MessageEditHistoryDialog_edits {
list-style-type: none;
font-size: 14px;