mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-28 22:33:13 +02:00
Removes the 5dp space on the generic RichText Viewer
This commit is contained in:
@@ -79,7 +79,7 @@ fun TranslatableRichTextViewer(
|
||||
|
||||
val toBeViewed = if (showOriginal) content else translatedTextState.value.result ?: content
|
||||
|
||||
Column(modifier = Modifier.padding(top = 5.dp)) {
|
||||
Column() {
|
||||
ExpandableRichTextViewer(
|
||||
toBeViewed,
|
||||
canPreview,
|
||||
|
Reference in New Issue
Block a user