fixed CSS so it grow when showing details.

This commit is contained in:
2018-12-01 21:43:53 -05:00
parent d4079fccb6
commit 7813872c85

View File

@@ -12,7 +12,6 @@ body{
.info {
float: left;
width: auto;
height: 90px;
padding-top: 10px;
}
@@ -29,6 +28,9 @@ body{
border: 1px solid #027c84;
border-radius: 2px;
margin-bottom: 10px;
display: block;
overflow: auto;
}
#message {