mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-23 02:38:45 +02:00
11 lines
178 B
CSS
11 lines
178 B
CSS
/* Web Server Module Debug Specific CSS file */
|
|
.query_result_editor,
|
|
.query_result_view {
|
|
min-height: 45em;
|
|
height: 45em;
|
|
}
|
|
|
|
#query_result_container {
|
|
margin-top: 30px;
|
|
}
|