support edits pagination in a ScrollPanel
This commit is contained in:
parent
0fe28cba43
commit
8c9a6ddf96
2 changed files with 56 additions and 15 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue