Migrate to bootstrap 4 in LeafWeb
This commit is contained in:
@@ -15,5 +15,5 @@
|
||||
grid.Column("Description"),
|
||||
grid.Column("Details")
|
||||
),
|
||||
htmlAttributes: new { @class = "table table-striped table-bordered table-hover table-condensed" }
|
||||
htmlAttributes: new { @class = "table table-sm table-striped table-bordered table-hover" }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user