From e6b572cf40faa48d1635223e8818fb8a5185c20d Mon Sep 17 00:00:00 2001
From: Eric Wagner <ewagner@engagesoftware.com>
Date: Fri, 5 Feb 2021 12:08:38 -0600
Subject: [PATCH] Add height to tags ListBox

---
 ucSubmitNews.ascx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ucSubmitNews.ascx b/ucSubmitNews.ascx
index b55d51b..27a055e 100755
--- a/ucSubmitNews.ascx
+++ b/ucSubmitNews.ascx
@@ -227,7 +227,7 @@
 		<tr runat="Server" id="trTags">
 			<td class="SubHead" width="150"><dnn:label id="plTags" text="Tags:" runat="server" controlname="txtTags"></dnn:label></td>
 			<td>
-				<asp:ListBox ID="lstTags" runat="server" CssClass="Normal" DataTextField="Name" DataValueField="Name" Width="300px" SelectionMode="Multiple" />
+				<asp:ListBox ID="lstTags" runat="server" CssClass="Normal" DataTextField="Name" DataValueField="Name" Width="300px" Height="150px" SelectionMode="Multiple" />
 			</td>
 		</tr>
 		</table>