From 13588d2bc9905aacb871aa1cb910007f249348b7 Mon Sep 17 00:00:00 2001 From: Nils <45318774+Nils1729@users.noreply.github.com> Date: Wed, 5 Oct 2022 15:40:14 +0200 Subject: [PATCH] Remove unnecessary comment --- frontend/src/styles.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 78b099e97..f1827be2c 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -1,6 +1,5 @@ @import '~bootstrap/scss/bootstrap.scss'; -// Unify the heights of dropdown menus .dropdown-menu { overflow: auto; max-height: 250px;