mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 11:38:24 +00:00
Fix #6708 - guild message maximizes width in Firefox
This commit is contained in:
parent
ae5b66e248
commit
bea4bf80e9
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
display: inline-block
|
||||
|
||||
.wide-popover
|
||||
max-width: -moz-max-content
|
||||
max-width: max-content
|
||||
|
||||
// Small alerts
|
||||
|
|
|
|||
Loading…
Reference in a new issue