Skip to content

Commit

Permalink
#132 more setting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelVerstappen committed Nov 3, 2023
1 parent 5c75120 commit 8062bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/smart/OeActorWidgetGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const getColumnDefinitions = (): ColDef[] => {
{ headerName: 'Type', field: 'type.naam', colId: 'type', flex: 1 },
{
headerName: 'Acties',
width: 55,
width: 60,
cellClass: 'acties-cell',
cellRenderer: OeActorWidgetGridActies,
cellRendererParams: {
Expand Down
3 changes: 2 additions & 1 deletion src/stories/smart-components/oe-actor-widget.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const meta: Meta<typeof OeActorWidget> = {
title: 'Smart components/OeActorWidget',
component: OeActorWidget,
parameters: {
layout: 'fullscreen',
docs: {
description: {
component: `Modal to find and select an actor.`,
Expand All @@ -31,7 +32,7 @@ export const Default: Story = {
return { id, api, getSsoToken };
},
template: `
<div style="zoom: 0.9">
<div style="zoom: .95">
<oe-actor-widget :id="id" :api="api" :get-sso-token="getSsoToken" :open="true">
<template v-slot:dropdown>
<div class="dropdown"></div>
Expand Down

0 comments on commit 8062bcd

Please sign in to comment.