style: text align
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user