From b787c8cfe25fc53b3a47f97bf71bbe56e45b3d75 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss <erdnaxe@crans.org> Date: Tue, 1 Sep 2020 09:56:19 +0200 Subject: [PATCH] Do not make long alias break layout --- apps/note/templates/note/conso_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/note/templates/note/conso_form.html b/apps/note/templates/note/conso_form.html index b59bcd98..849aec52 100644 --- a/apps/note/templates/note/conso_form.html +++ b/apps/note/templates/note/conso_form.html @@ -19,7 +19,7 @@ <img src="/media/pic/default.png" id="profile_pic" alt="" class="card-img-top"> </a> - <div class="card-body text-center"> + <div class="card-body text-center text-break"> <span id="user_note"></span> </div> </div> -- GitLab