Skip to content
Snippets Groups Projects
Commit 532c2d68 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

vertical align

parent a6de8610
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!204Resolve "[MIN-320] opening project without permission"
......@@ -26,7 +26,7 @@ export const AccessDeniedModal: React.FC = () => {
<div className="w-[400px] border border-t-[#E1E0E6] bg-white p-[24px]">
{isAnonymousLogin && (
<div className="grid grid-cols-2 gap-2">
<div className="mb-10">
<div>
<Button
className="ring-transparent hover:ring-transparent"
variantStyles="secondary"
......@@ -35,7 +35,7 @@ export const AccessDeniedModal: React.FC = () => {
Go back to previous page
</Button>
</div>
<div className="mb-10 text-center">
<div className="text-center">
<Button className="block w-full" onClick={handleLogin}>
Login to your account
</Button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment