removed height
This commit is contained in:
parent
1e4ff17a37
commit
8c90b496c9
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@ module.exports.dashCard = function dashCard(data) {
|
|||
let margin, iconSize, fontSize = '';
|
||||
|
||||
if (style == "Large") {
|
||||
iconSize = 'height="150px" width="150px"'
|
||||
iconSize = 'width="150px"'
|
||||
} else if (style == "Compact") {
|
||||
iconSize = 'height="110px" width="110px"'
|
||||
iconSize = 'width="110px"'
|
||||
margin = 'style="margin-bottom: 0;"'
|
||||
} else if (style == "Row") {
|
||||
iconSize = 'height="50px" width="50px"'
|
||||
iconSize = 'width="50px"'
|
||||
margin = 'style="margin-bottom: 0;"'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue