mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-16 16:34:47 +00:00
UX: Make the 'or' text in json-file-uploader smaller than the modal title
This commit is contained in:
parent
0d655221f4
commit
f1b33cc64e
@ -4,7 +4,11 @@
|
||||
{{d-button class="fileSelect" action=(action "selectFile") class="" icon="upload" label="upload_selector.select_file"}}
|
||||
{{conditional-loading-spinner condition=loading size="small"}}
|
||||
</div>
|
||||
<div class="jsfu-separator">{{i18n "alternation"}}</div>
|
||||
<div class="jsfu-separator">
|
||||
<small>
|
||||
{{i18n "alternation"}}
|
||||
</small>
|
||||
</div>
|
||||
<div class="jsfu-paste">
|
||||
{{textarea value=value}}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user