0
1
Fork 0
hedera-web-mindshore/forms/admin/queries/style.css

17 lines
161 B
CSS
Raw Normal View History

2016-12-23 08:57:49 +00:00
.queries .card
{
max-width: 40em;
}
.queries textarea
{
display: block;
width: 100%;
height: 8em;
}
.queries .result
{
margin-top: 1em;
overflow: auto;
}