1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

Update build and msg paritals

This commit is contained in:
Michael Crosby 2013-06-22 09:23:25 -09:00
parent 980bc6612e
commit 38f859f52d
7 changed files with 77 additions and 71 deletions

View file

@ -102,7 +102,7 @@
margin: 0 auto;
}
#editor {
#editor {
height: 300px;
width: 100%;
border: 1px solid #DDD;
@ -110,6 +110,7 @@
}
.messages {
overflow: scroll;
max-height: 50px;
overflow-y: scroll;
overflow-x: hidden;
}