💄 Alternativ Layout for redigeringsskjema (#25)

* 💄 Alternativ Layout for redigeringsskjema

* 💄 Gjort endringer på Modal layout og lagt til header på redigering

---------

Co-authored-by: Sid <93219711+SindreKjelsrud@users.noreply.github.com>
This commit is contained in:
Markus A. R. Johansen 2023-08-03 10:51:04 +02:00 committed by GitHub
parent a399eb31d1
commit 937b3dac2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 15 deletions

View file

@ -11,7 +11,7 @@ interface modalInterface {
const FeilModal = (props: modalInterface) => {
return(
<Modal
className="w-3/5 p-5"
className="w-3/5 min-w-2/4 p-5"
open={props.open}
aria-label={" modal"}
onClose={() => props.setOpen(false)}