mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Fix image when too smol (#3138)
This commit is contained in:
parent
bbe9ad1a06
commit
ccb3848b88
|
@ -261,6 +261,7 @@ body {
|
|||
.oauth2-img {
|
||||
max-width: 150px;
|
||||
max-height: 150px;
|
||||
min-height: 150px;
|
||||
}
|
||||
|
||||
#graph-container svg {
|
||||
|
|
Loading…
Reference in a new issue