mobile test6
#deploy
This commit is contained in:
parent
882df7cb17
commit
acd88ca5da
@ -117,7 +117,6 @@ const PromotionTemplatesSection: React.FC<Props> = ({
|
|||||||
</div>
|
</div>
|
||||||
<div className="min-w-0">
|
<div className="min-w-0">
|
||||||
<div className="text-sm font-medium leading-tight truncate">{tpl.name}</div>
|
<div className="text-sm font-medium leading-tight truncate">{tpl.name}</div>
|
||||||
<div className="text-xs text-muted-foreground leading-tight line-clamp-2">{tpl.description}</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
@ -137,7 +136,7 @@ const PromotionTemplatesSection: React.FC<Props> = ({
|
|||||||
</div>
|
</div>
|
||||||
<div className="min-w-0">
|
<div className="min-w-0">
|
||||||
<div className="text-sm font-medium leading-tight">{selected?.name || 'Kein Template gewählt'}</div>
|
<div className="text-sm font-medium leading-tight">{selected?.name || 'Kein Template gewählt'}</div>
|
||||||
<div className="mt-1 text-xs text-muted-foreground leading-snug">{selected?.description || ''}</div>
|
<div className="mt-1 text-xs text-muted-foreground leading-snug hidden md:block">{selected?.description || ''}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user