fix dashboard grid visual bug

This commit is contained in:
elhombretecla 2016-05-06 08:08:33 +02:00
parent a9d38db076
commit 1391c9e671
5 changed files with 125 additions and 113 deletions

View file

@ -66,6 +66,14 @@
overflow: scroll;
width: 100%;
.dashboard-grid-row {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
}
.grid-item {
align-items: center;
border-radius: $br-medium;