Fix namespace alignment
This commit is contained in:
parent
6433b5a212
commit
197f729023
@ -103,7 +103,12 @@ fun NamespaceTags(
|
|||||||
tags.tags.forEach { (namespace, tags) ->
|
tags.tags.forEach { (namespace, tags) ->
|
||||||
Row(Modifier.padding(start = 16.dp)) {
|
Row(Modifier.padding(start = 16.dp)) {
|
||||||
if (namespace.isNotEmpty()) {
|
if (namespace.isNotEmpty()) {
|
||||||
TagsChip(text = namespace, onClick = null, onLongClick = null)
|
TagsChip(
|
||||||
|
modifier = Modifier.padding(top = 4.dp),
|
||||||
|
text = namespace,
|
||||||
|
onClick = null,
|
||||||
|
onLongClick = null,
|
||||||
|
)
|
||||||
}
|
}
|
||||||
FlowRow(
|
FlowRow(
|
||||||
modifier = Modifier.padding(start = 8.dp, end = 16.dp),
|
modifier = Modifier.padding(start = 8.dp, end = 16.dp),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user