style: text align
This commit is contained in:
parent
db8cd93a99
commit
f4fbdf14a9
|
|
@ -249,7 +249,7 @@ export function TimelineElement({
|
||||||
const renderElementContent = () => {
|
const renderElementContent = () => {
|
||||||
if (element.type === "text") {
|
if (element.type === "text") {
|
||||||
return (
|
return (
|
||||||
<div className="w-full h-full flex items-center justify-center">
|
<div className="w-full h-full flex items-center justify-start pl-2">
|
||||||
<span className="text-xs text-foreground/80 truncate">
|
<span className="text-xs text-foreground/80 truncate">
|
||||||
{element.content}
|
{element.content}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue