fixed CSS so it grow when showing details.
This commit is contained in:
@@ -12,7 +12,6 @@ body{
|
|||||||
.info {
|
.info {
|
||||||
float: left;
|
float: left;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 90px;
|
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -29,6 +28,9 @@ body{
|
|||||||
border: 1px solid #027c84;
|
border: 1px solid #027c84;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
display: block;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#message {
|
#message {
|
||||||
|
|||||||
Reference in New Issue
Block a user