change(ui) - dashboard modal alignments

This commit is contained in:
Shekar Siri 2022-10-28 10:41:04 +02:00
parent b74bb72fc9
commit e85d24eac5
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ function AddMetric({ history, siteId, title, description }: IProps) {
className="border-l shadow h-screen"
style={{ backgroundColor: '#FAFAFA', zIndex: 999, width: '100%' }}
>
<div className="mb-6 pt-8 px-8 flex items-start justify-between">
<div className="py-6 px-8 flex items-start justify-between">
<div className="flex flex-col">
<h1 className="text-2xl">{title}</h1>
<div className="text-disabled-text">{description}</div>

View file

@ -72,7 +72,7 @@ function AddPredefinedMetric({ history, siteId, title, description }: IProps) {
className="border-l shadow h-screen"
style={{ backgroundColor: '#FAFAFA', zIndex: 999, width: '100%' }}
>
<div className="mb-6 pt-8 px-8 flex items-start justify-between">
<div className="py-6 px-8 flex items-start justify-between">
<div className="flex flex-col">
<h1 className="text-2xl" style={{ marginBottom: '7px' }}>{title}</h1>
<div className="text-disabled-text">{description}</div>