enforce min height to prevent buttonless (self) popovers from being tiny
This commit is contained in:
parent
6e7ad5d554
commit
34c29e4fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@
|
|||
.user-identity {
|
||||
position: relative;
|
||||
aspect-ratio: 3;
|
||||
min-width: 0;
|
||||
min-height: 7em;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
margin-bottom: 1em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue