kyma-project/busola

Terminal icon missing label on small screens

Open

#5,153 opened on Jul 17, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (66 forks)auto 404
good first issuekind/bug

Repository metrics

Stars
 (30 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

The terminal button shows only an icon without a text label when the viewport is narrow, making it unclear to users what the button does.

Steps to Reproduce

  1. Open Busola on a narrow the browser window.
  2. Navigate to a view that shows the terminal button.
  3. No text label next to it.

Expected Behavior

The terminal button should display a text label next to the icon regardless of screen size

Actual Behavior

No text label is shown next to the terminal icon on small screens.

Contributor guide