Skip to content

Commit

Permalink
Add height to tags ListBox
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wagner committed Feb 5, 2021
1 parent b3ce070 commit e6b572c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucSubmitNews.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e6b572c

Please sign in to comment.