1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-24 03:08:47 +02:00

Smaller text and larger padding on note label

This commit is contained in:
Alexandre Iooss
2020-09-09 15:03:34 +02:00
parent 8225445c3e
commit ce4c22a4a1
2 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ SPDX-License-Identifier: GPL-3.0-or-later
<img src="{% static "member/img/default_picture.png" %}"
id="profile_pic" alt="" class="card-img-top d-none d-sm-block">
</a>
<div class="card-body text-center text-break px-1 py-2">
<span id="user_note"><i>{% trans "Please select a note" %}</i></span>
<div class="card-body text-center text-break p-2">
<span id="user_note"><i class="small">{% trans "Please select a note" %}</i></span>
</div>
</div>
</div>