Skip to content

Commit

Permalink
img with float parameter causing layout issues.
Browse files Browse the repository at this point in the history
img appear in-between ud-cards because of it. 
Other themes do not have their img tag set to float.
  • Loading branch information
itfranck authored Aug 30, 2019
1 parent bd6ce13 commit 7d96fe0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/UniversalDashboard/Themes/Azure.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@
'.collection .collection-item'= @{
'background-color' = "#252525"
}
'img' = @{
'float'= "left"
}
'.pagination li.active' = @{
'background-color' = "#FFFFFF"
}
Expand Down

0 comments on commit 7d96fe0

Please sign in to comment.