changeset 405e59fa6534 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=405e59fa6534
description:
        Align bottom links on service provider cards
diffstat:

 templates/service_providers/layout.html |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 915a7a2c5bfa -r 405e59fa6534 templates/service_providers/layout.html
--- a/templates/service_providers/layout.html   Wed Feb 03 19:31:44 2021 +0100
+++ b/templates/service_providers/layout.html   Thu Feb 04 20:48:03 2021 +0100
@@ -9,7 +9,7 @@
         </a>
         <div class="card-body">
             <h2 class="h5 card-title">{{ name }}</h2>
-            <p class="card-text" style="max-height: 200px; overflow-y: auto;">
+            <p class="card-text" style="height: 200px; overflow-y: auto;">
             {% block description %}{% endblock %}
             </p>
             {% if website %}

Reply via email to