From affa2b1a4d445564be672439536bf2e7def70512 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Tue, 1 Sep 2020 09:52:45 +0200
Subject: [PATCH] Autocomplete of fixed size

---
 note_kfet/static/css/custom.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css
index 5a23c251..157dccf7 100644
--- a/note_kfet/static/css/custom.css
+++ b/note_kfet/static/css/custom.css
@@ -15,6 +15,7 @@
     color: #000;
     margin: 0 .5rem .25rem .5rem;
     padding: 0;
+    width: 200px;
 }
 
 .bs-tooltip-bottom .arrow::before {
-- 
GitLab