0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

Merge pull request #1696 from logto-io/charles-log-3848-fix-app-error-illustration-size-issue

fix(console): app error illustration height should not be shrunk
This commit is contained in:
Charles Zhao 2022-07-28 18:06:13 +08:00 committed by GitHub
commit a850694070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
height: 256px; height: 256px;
width: 256px; width: 256px;
margin-top: _.unit(30); margin-top: _.unit(30);
flex-shrink: 0;
} }
label { label {