fix(curriculum): Move editable region to include the full selector (#51668)

This commit is contained in:
Lasse Jørgensen
2023-09-27 10:06:47 +02:00
committed by GitHub
parent 394d71c243
commit ff53cb43e7

View File

@@ -71,13 +71,13 @@ body {
background-color: #c9d2fc;
}
--fcc-editable-region--
.cat-head {
width: 205px;
height: 180px;
border: 1px solid #000;
border-radius: 46%;
--fcc-editable-region--
--fcc-editable-region--
}
--fcc-editable-region--
```