Cleanup UI
This commit is contained in:
@ -72,12 +72,14 @@ p.comment {
|
|||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 300px;
|
max-height: 200px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
border: 1px solid #cccccc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#myComment {
|
#myComment {
|
||||||
|
margin-top: 20px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
Reference in New Issue
Block a user