mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-07-02 04:22:12 +00:00
UX: allow horizontal overflow scroll, fix button (#95)
This commit is contained in:
parent
5e24556b24
commit
3151fde1e7
@ -1,3 +1,5 @@
|
||||
<article>
|
||||
<header class="result-header">
|
||||
<div class="result-info">
|
||||
{{d-button action=(action "downloadResultJson") icon="download" label="explorer.download_json" group=group}}
|
||||
{{d-button action=(action "downloadResultCsv") icon="download" label="explorer.download_csv" group=group}}
|
||||
@ -17,7 +19,9 @@
|
||||
{{~/if}}
|
||||
|
||||
<br>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<table>
|
||||
<thead>
|
||||
<tr class="headers">
|
||||
@ -35,3 +39,5 @@
|
||||
{{/each}}
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
</article>
|
@ -280,7 +280,19 @@ table.group-reports {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.query-create {
|
||||
display: flex;
|
||||
input {
|
||||
margin-right: 0.5em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.query-results {
|
||||
section {
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user