diff options
Diffstat (limited to 'src/components/chat')
| -rw-r--r-- | src/components/chat/chat.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss index 1e046300..90926904 100644 --- a/src/components/chat/chat.scss +++ b/src/components/chat/chat.scss @@ -47,7 +47,7 @@ } .chat-view-heading { - grid-template-columns: auto 1fr; + grid-template-columns: auto minmax(50%, 1fr); } .go-back-button { |
