You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need card lists to be lists (in the same way list groups are).
We found that replacing <div class="row"> with <ul class="list-unstyled row"> and each card <div class="col-lg-3 col-md-4 col-sm-6"> with <li class="col-lg-3 col-md-4 col-sm-6"> do the trick, but we want to be sure about it.
@carloslancha, I agree with @yuchi we shouldn't use Bootstrap's grid for this. It doesn't size or break well in all screen sizes with varying items and side navigations that we have in Portal. I'll add something (don't know what to call it) to layout the cards for you.
We need card lists to be lists (in the same way list groups are).
We found that replacing
<div class="row">
with<ul class="list-unstyled row">
and each card<div class="col-lg-3 col-md-4 col-sm-6">
with<li class="col-lg-3 col-md-4 col-sm-6">
do the trick, but we want to be sure about it.Thx!
http://pat270.github.io/lexicon/content/test-card-view-template/
The text was updated successfully, but these errors were encountered: