change(ui) - dashboard modal alignments
This commit is contained in:
parent
b74bb72fc9
commit
e85d24eac5
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue