mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-10 21:26:35 +01:00
11 lines
149 B
CSS
11 lines
149 B
CSS
|
.macro-wrapper {
|
||
|
max-height: 450px;
|
||
|
width: 100%;
|
||
|
overflow-y: auto;
|
||
|
overflow-x: hidden;
|
||
|
}
|
||
|
|
||
|
.macro-command {
|
||
|
margin:0;
|
||
|
display:inline;
|
||
|
}
|