From 3def48a8cdac4616885578f26e635526392b73e3 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Thu, 28 May 2020 12:06:21 +0200
Subject: [PATCH] Disable tag wrapping

---
 packages/common/styles.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/common/styles.js b/packages/common/styles.js
index e91da7ea..28cb8a36 100644
--- a/packages/common/styles.js
+++ b/packages/common/styles.js
@@ -468,7 +468,7 @@ export function getTagCSS() {
         .tags {
             align-items: center;
             display: flex;
-            flex-wrap: wrap;
+            flex-wrap: nowrap;
             justify-content: flex-start;
         }
 
-- 
GitLab