fix text alignment
This commit is contained in:
parent
3882dd4f5a
commit
e3237b9022
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default function Item({ service }) {
|
||||||
}}
|
}}
|
||||||
className="flex-1 flex items-center justify-between rounded-r-md "
|
className="flex-1 flex items-center justify-between rounded-r-md "
|
||||||
>
|
>
|
||||||
<div className="flex-1 px-2 py-2 text-sm">
|
<div className="flex-1 px-2 py-2 text-sm text-left">
|
||||||
{service.name}
|
{service.name}
|
||||||
<p className="text-theme-500 dark:text-theme-400 text-xs font-extralight">{service.description}</p>
|
<p className="text-theme-500 dark:text-theme-400 text-xs font-extralight">{service.description}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue