mirror of https://github.com/Squidex/squidex.git
3 changed files with 16 additions and 2 deletions
@ -1,3 +1,3 @@ |
|||
<sqx-layout titleText="i18n:history.title" [width]="20" titleIcon="time" [white]="true" [padding]="true"> |
|||
<sqx-layout layout="simple" titleText="i18n:history.title" [width]="20" titleIcon="time" [white]="true"> |
|||
<sqx-history-list [events]="events | async"></sqx-history-list> |
|||
</sqx-layout> |
|||
@ -1,2 +1,12 @@ |
|||
@import 'mixins'; |
|||
@import 'vars'; |
|||
|
|||
sqx-history-list { |
|||
display: flex; |
|||
flex-direction: column; |
|||
flex-grow: 1; |
|||
height: 100%; |
|||
overflow-x: hidden; |
|||
overflow-y: auto; |
|||
padding: $panel-padding; |
|||
} |
|||
Loading…
Reference in new issue