fixed empty screen width (#10278)

pull/10287/head
Peer Richelsen 2023-07-20 13:29:05 -07:00 committed by GitHub
parent 514db3466f
commit 7ec7195ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export function EmptyScreen({
<div
data-testid="empty-screen"
className={classNames(
"flex select-none flex-col items-center justify-center rounded-lg p-7 lg:p-20",
"flex w-full select-none flex-col items-center justify-center rounded-lg p-7 lg:p-20",
border && "border-subtle border",
dashedBorder && "border-dashed",
className