Skip to content

Commit 82a134e

Browse files
💄 [#322] style: stylistic changes
1 parent b5c42b5 commit 82a134e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

frontend/src/pages/zaaktype/Zaaktype.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,10 @@ export function ZaaktypePage() {
329329
actions={[
330330
{
331331
href: result.adminUrl,
332+
textDecoration: "underline",
332333
children: (
333334
<>
334-
Openen in Open Zaak
335+
Bewerk in Open Zaak admin
335336
<Outline.ArrowTopRightOnSquareIcon />
336337
</>
337338
),
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
.zaaktype-page > .mykn-toolbar:first-child {
2+
box-sizing: border-box;
3+
padding-inline-end: var(--sizes-spacing-xs-h);
24
position: absolute;
5+
top: var(--sizes-spacing-xs-v);
36
}

0 commit comments

Comments
 (0)