fix spacing vert
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
|
||||
<asp:Repeater runat="server" ID="repRows" DataSourceID="odsRows">
|
||||
<ItemTemplate>
|
||||
<div class="row mx-2">
|
||||
<div class="row m-2">
|
||||
<asp:Repeater runat="server" ID="dtListCols" DataSourceID="odsCols">
|
||||
<ItemTemplate>
|
||||
<div class='<%# Eval("css") %>'>
|
||||
|
||||
Reference in New Issue
Block a user