All Docs
FeaturesMaking Tax DigitalUpdated February 27, 2026

Tighter, More Consistent Agent Cards in Your Dashboard

Tighter, More Consistent Agent Cards in Your Dashboard

Release: v1.0.197 · UI/UX · Layout

What we fixed

If you manage properties through multiple letting agents connected via AgentOS, you may have noticed that the agent cards on your dashboard could become quite tall — especially on a phone. In this release we've cleaned that up.

The problem

Every letting agency supplies its own logo, and those logos come in all shapes and sizes. Previously, the AgentOS connect card forced every logo into a fixed 90px height with no corresponding width constraint. The result:

  • Cards grew to an awkward height that pushed other content off-screen on mobile.
  • Logos with unusual aspect ratios appeared stretched or squashed.
  • Even when no logo was available, the placeholder icon occupied the same oversized 90px space, so empty cards looked just as tall as populated ones.

With several agents connected, scrolling through the list felt unnecessarily long.

The fix

Agent logos are now displayed in a 48px × 48px (h-12 w-12) bounded square using object-contain. This means:

  • Logos are never distorted. object-contain scales the image to fit within the square while preserving its native aspect ratio.
  • Cards are significantly shorter. Cutting the logo area from 90px to 48px removes nearly half the vertical space previously consumed by each card.
  • Fallback placeholders match. When an agent hasn't supplied a logo, the icon placeholder is also 48px, so card heights are uniform whether or not a logo is present.
  • Visual consistency across the dashboard. The sizing now matches how the same agent logos appear in the IntegrationsStatus widget, giving the dashboard a more coherent look.

Who is affected

This change is visible to all landlords who have one or more letting agents connected through AgentOS. The improvement is most noticeable on mobile screens and for accounts with multiple agents.

There are no changes to how agent connections work, how transactions are imported, or any other functionality.