mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
Merge pull request #7872 from ESWAT/fix-guild-message-firefox
Fix #6708 - guild message maximizes width in Firefox
This commit is contained in:
commit
ed0055e01b
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