aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/eventlog.less
blob: 993304cfb5ba6c000efe7eb65b916d23370e48ae (plain)
1
2
3
4
5
6
7
8
9
10
.eventlog {

    flex: 0 0 auto;

    margin: 0;
    border-radius: 0;
    height: 200px;
    overflow: auto;
    overflow-y: scroll;
}