Unplanned
Last Updated: 22 Mar 2022 09:00 by ADMIN
Stewart
Created on: 03 Dec 2021 15:16
Category: Editor
Type: Feature Request
1
Expose PopupSettings for the Editor Dialogs

Currently, the Insert Image Dialog for the editor labels doesn't look great. the first two seem right-aligned and the second two items seem left-aligned. this screenshot is from the demo site.

1 comment
ADMIN
Dimo
Posted on: 07 Dec 2021 11:07

Hi Stewart,

Indeed, this popup should look better out-of-the-box.

In the meantime, here is a workaround. The KB article is for the Grid popup edit form, but the required CSS code is exactly the same:

  • Increase the popup form width:

.k-window .k-form-horizontal {
    min-width: 600px;
}

OR

  • disable label wrapping:

.k-window .k-form-horizontal .k-form-label {
    white-space: nowrap;
    margin-left: 10px;
}

Regards,
Dimo
Progress Telerik

Learn about the important changes coming in UI for Blazor 3.0 in January 2022!