Migrate to bootstrap 4 in LeafWeb
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
// string units = (string)ViewData.ModelMetadata.AdditionalValues.ContainsKey("Units") ? ["Units"];
|
||||
}
|
||||
|
||||
<dl class="dl-horizontal @lowerPropertyName">
|
||||
<dt>
|
||||
<dl class="row @lowerPropertyName">
|
||||
<dt class="col-sm-3">
|
||||
@displayName
|
||||
</dt>
|
||||
<dd>
|
||||
<dd class="col-sm-9">
|
||||
@RenderBody()
|
||||
</dd>
|
||||
</dl>
|
||||
Reference in New Issue
Block a user