fix reactions menu

This commit is contained in:
MathMan05 2024-08-09 19:49:00 -05:00
parent d40ff31046
commit 66e0006f0a
3 changed files with 5 additions and 2 deletions

View file

@ -1633,3 +1633,6 @@ form div{
align-content: stretch;
align-items: stretch;
}
.dontshrink{
flex-shrink:0;
}