mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-06 09:29:12 +00:00
UX: Improve padding while editing a query and text-field width consistency
This commit is contained in:
parent
0673b68a58
commit
3bdf624ced
@ -38,7 +38,9 @@
|
||||
<div class="previous">
|
||||
{{d-button action="goHome" icon="chevron-left" class="no-text btn-med"}}
|
||||
</div>
|
||||
{{text-field value=selectedItem.name}}
|
||||
<div class="name-text-field">
|
||||
{{text-field value=selectedItem.name}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="desc">
|
||||
{{textarea value=selectedItem.description placeholder=(i18n "explorer.description_placeholder")}}
|
||||
|
@ -143,6 +143,10 @@
|
||||
display: inline-block;
|
||||
color: $secondary-low;
|
||||
}
|
||||
.name-text-field {
|
||||
padding-top: 0.75em;
|
||||
width: calc(100% - 10px);
|
||||
}
|
||||
.name .previous {
|
||||
padding: 0.2em;
|
||||
display: inline-block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user