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