lightning icon indicating copy to clipboard operation
lightning copied to clipboard

Common banner text is centralized and doesn't show icon

Open jyeshe opened this issue 5 months ago • 0 comments

<Common.banner
          type="danger"
          id="canvas-banner-limit"
          message={@limit_banner_message}
          class="absolute"
          icon={true}
          centered={true}
/> 

Version number

2.8.2

I have reproduced this locally on main:

  • [x] Yes
  • [ ] No

To Reproduce Steps to reproduce the behavior:

  1. On the Billing App, on branch ai-assistant-limiter uncomment this banner on the workflow_live/edit.ex
  2. Set @default_ai_limit to small value in subscriptions_usage.ex
  3. Send some AI questions/queries until the limit.
  4. See error that the banner text is not centralized and doesn't show the icon.

Expected behavior A clear and concise description of what you expected to happen.

icon and centered boolean attributes are considered.

jyeshe avatar Sep 04 '24 17:09 jyeshe