Skip to content

Commit

Permalink
#3708 - Concept feature editor layout broken
Browse files Browse the repository at this point in the history
- Fix the layout so the width of the feature editor adjusts properly
  • Loading branch information
reckart committed Jan 9, 2023
1 parent bfc0042 commit ec4a20d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<i class="fas fa-external-link-alt"></i>
</a>
</div>
<input style="width: 1%;" wicket:id="value" type="text"/>
<input class="flex-content" wicket:id="value" type="text"/>
</div>
<div wicket:id="descriptionContainer" class="scrolling border border-top-0 rounded-bottom p-1" style="max-height: 4.5rem; word-wrap: break-word;" readonly>
<small class="text-muted" wicket:id="description"/>
Expand Down

0 comments on commit ec4a20d

Please sign in to comment.