@asd20/ui 3.2.781 → 3.2.782
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -239,7 +239,8 @@ export default {
|
|
|
239
239
|
max-width: 6rem;
|
|
240
240
|
}
|
|
241
241
|
.optionalLogo a {
|
|
242
|
-
|
|
242
|
+
display: block;
|
|
243
|
+
height: max-content;
|
|
243
244
|
}
|
|
244
245
|
}
|
|
245
246
|
|
|
@@ -367,10 +368,11 @@ export default {
|
|
|
367
368
|
justify-content: space-between;
|
|
368
369
|
padding-bottom: space(2);
|
|
369
370
|
.optionalLogo a {
|
|
370
|
-
|
|
371
|
+
display: block;
|
|
372
|
+
height: max-content;
|
|
371
373
|
}
|
|
372
374
|
img {
|
|
373
|
-
margin-top: space(-1);
|
|
375
|
+
// margin-top: space(-1);
|
|
374
376
|
max-width: 12rem;
|
|
375
377
|
max-height: 6rem;
|
|
376
378
|
}
|