Fixes: U4-6979 Property type picker icons does not align
This commit is contained in:
@@ -84,10 +84,18 @@
|
||||
display: block;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
// clearfix floats
|
||||
.umb-card-grid:after {
|
||||
content:"";
|
||||
display:table;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.umb-card-grid li{
|
||||
display: inline-block;
|
||||
float: left;
|
||||
width: 90px;
|
||||
height: 80px;
|
||||
margin: 5px;
|
||||
|
||||
Reference in New Issue
Block a user