From 4ec726ff35583337b83c124816f643bf2f471c2c Mon Sep 17 00:00:00 2001 From: Corina <14900841+corinagum@users.noreply.github.com> Date: Wed, 9 Oct 2019 16:52:37 -0700 Subject: [PATCH] #1806 Fix AT readout of botCreationDialog secret buttons (#1921) * #1806 Fix AT readout of botCreationDialog * Update CHANGELOG.md * Update aria-label and placeholder text --- CHANGELOG.md | 1 + .../ui/dialogs/botCreationDialog/botCreationDialog.tsx | 10 ++++++++-- packages/app/client/src/ui/dialogs/dialogStyles.scss | 3 ++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e23715c..e2b7fa577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [1916](https://github.com/microsoft/BotFramework-Emulator/pull/1916) - [1917](https://github.com/microsoft/BotFramework-Emulator/pull/1917) - [1918](https://github.com/microsoft/BotFramework-Emulator/pull/1918) + - [1921](https://github.com/microsoft/BotFramework-Emulator/pull/1921) - [client] Fixed an issue with the transcripts path input inside of the resource settings dialog in PR [1836](https://github.com/microsoft/BotFramework-Emulator/pull/1836) - [client] Implemented HTML app menu for Windows in PR [1893](https://github.com/microsoft/BotFramework-Emulator/pull/1893) diff --git a/packages/app/client/src/ui/dialogs/botCreationDialog/botCreationDialog.tsx b/packages/app/client/src/ui/dialogs/botCreationDialog/botCreationDialog.tsx index 2bcdbd730..adfcbde8c 100644 --- a/packages/app/client/src/ui/dialogs/botCreationDialog/botCreationDialog.tsx +++ b/packages/app/client/src/ui/dialogs/botCreationDialog/botCreationDialog.tsx @@ -187,11 +187,12 @@ export class BotCreationDialog extends React.Component
  • - + Copy
  • diff --git a/packages/app/client/src/ui/dialogs/dialogStyles.scss b/packages/app/client/src/ui/dialogs/dialogStyles.scss index c474e5d60..e0ac0cb48 100644 --- a/packages/app/client/src/ui/dialogs/dialogStyles.scss +++ b/packages/app/client/src/ui/dialogs/dialogStyles.scss @@ -42,9 +42,10 @@ } .actions-list { + display: flex; list-style: none; padding: 0; - margin: 0 0 15px 0; + margin: 0 0 10px 0; li { display: inline;