mirror of
https://github.com/status-im/status-react.git
synced 2025-03-03 12:01:05 +00:00
fix chat layout breaking when combining normal text with code blocks (#15585)
This commit is contained in:
parent
e55a9326d6
commit
4123fde91b
@ -13,7 +13,7 @@
|
||||
[units {:keys [type literal destination]} chat-id]
|
||||
(case (keyword type)
|
||||
:code
|
||||
(conj units [rn/view {:style (merge style/block (style/code))} [quo/text {:weight :code} literal]])
|
||||
(conj units [quo/text {:style (merge style/block (style/code)) :weight :code} literal])
|
||||
|
||||
:emph
|
||||
(conj units [quo/text {:style {:font-style :italic}} literal])
|
||||
|
Loading…
x
Reference in New Issue
Block a user