Deleted CSS left its modifiers behind — restore six base rules, and check for the rest #98
@@ -527,11 +527,15 @@ async function confirmDelete() {
|
||||
<h3 class="panel-heading">Details</h3>
|
||||
<div class="edit-field">
|
||||
<label class="edit-label">Goal</label>
|
||||
<input v-model="editGoal" type="text" class="edit-input" placeholder="What are you trying to achieve?" />
|
||||
<!-- A textarea, not a single-line input. A project goal is a
|
||||
paragraph in practice — this one showed as "Maintain Scribe as
|
||||
the reliabl" and gave no way to read the rest without arrowing
|
||||
through it. -->
|
||||
<textarea v-model="editGoal" class="edit-textarea" rows="4" placeholder="What are you trying to achieve?"></textarea>
|
||||
</div>
|
||||
<div class="edit-field">
|
||||
<label class="edit-label">Description</label>
|
||||
<textarea v-model="editDescription" class="edit-textarea" rows="4" placeholder="Optional description..."></textarea>
|
||||
<textarea v-model="editDescription" class="edit-textarea" rows="6" placeholder="Optional description..."></textarea>
|
||||
</div>
|
||||
<div class="edit-field">
|
||||
<label class="edit-label">Status</label>
|
||||
|
||||
Reference in New Issue
Block a user