Merge pull request #2237 from thornbill/fix-plugin-cards
Fix layout of plugin cards
This commit is contained in:
@@ -160,7 +160,6 @@ button::-moz-focus-inner {
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -169,6 +168,10 @@ button::-moz-focus-inner {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.cardContent.cardImageContainer {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.cardScalable .cardImageContainer {
|
||||
height: 100%;
|
||||
contain: strict;
|
||||
|
||||
Reference in New Issue
Block a user