nci/static/css/sources/components/terminal.less

7 lines
70 B
Plaintext
Raw Normal View History

2015-05-10 17:18:02 +00:00
.terminal {
&_code {
max-height: 100px;
overflow-y: scroll;
}
}