From 7dfeb3e44e2ed4d4b38ee16768e64207aac6eb91 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Tue, 8 Mar 2022 17:22:48 +0100 Subject: Set pills width Set the same width to all pills. --- ogcp/static/css/soleta.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ogcp/static/css') diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index 6871cf8..2dc0c3e 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -35,3 +35,7 @@ html, body { color: white !important; background-color: #99791a !important; } + +.og-pill { + width: 11em; +} -- cgit v1.2.3-18-g5258