We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c42b5 commit 82a134eCopy full SHA for 82a134e
frontend/src/pages/zaaktype/Zaaktype.tsx
@@ -329,9 +329,10 @@ export function ZaaktypePage() {
329
actions={[
330
{
331
href: result.adminUrl,
332
+ textDecoration: "underline",
333
children: (
334
<>
- Openen in Open Zaak
335
+ Bewerk in Open Zaak admin
336
<Outline.ArrowTopRightOnSquareIcon />
337
</>
338
),
frontend/src/pages/zaaktype/zaaktype.css
@@ -1,3 +1,6 @@
1
.zaaktype-page > .mykn-toolbar:first-child {
2
+ box-sizing: border-box;
3
+ padding-inline-end: var(--sizes-spacing-xs-h);
4
position: absolute;
5
+ top: var(--sizes-spacing-xs-v);
6
}
0 commit comments