Skip to content

Commit

Permalink
fix: limit title length on form (#25880)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Apr 9, 2024
1 parent 812f29b commit 28177c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/ui/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</button>
<div class="flex fill-width title-area">
<div>
<div class="flex">
<div class="flex col-md-8 col-sm-8">
<h3 class="ellipsis title-text"></h3>
<span class="indicator-pill whitespace-nowrap"></span>
</div>
Expand Down

0 comments on commit 28177c8

Please sign in to comment.