microsoft / BotFramework-WebChat

A highly-customizable web-based client for Azure Bot Services.
https://www.botframework.com/
MIT License
1.59k stars 1.53k forks source link

Layout starter prompt card action without image #5263

Closed compulim closed 1 month ago

compulim commented 1 month ago

Changelog Entry

Fixed

Description

Fixes starter prompts without image should not leave a gutter for the image.

Design

Specific Changes

Review Checklist

This section is for contributors to review your work.

OEvgeny commented 1 month ago

Looks good, I think we should rely on actual DOM structure for applying CSS styles though: this makes us to not duplicate conditions and also makes markup structure a source of truth for our styles, which is extremely good for cases where grid is involved at least.