From ea28a4baf15cfdaa2e2d954a31a8540379bee83a Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Wed, 17 Jul 2024 10:59:29 +0200 Subject: css: use min-width instad of wifth for client pills Some ogLive names can be large and a fixed size makes the text overflow under other client pills. Let the client pills grow if needed to fit its content. --- ogcp/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates') diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index 2b7c4e7..df27b9b 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -10,7 +10,7 @@ - + {% endblock %} -- cgit v1.2.3-18-g5258