diff --git a/topics/Dialog-and-popup-sizes.md b/topics/Dialog-and-popup-sizes.md index 9f86a7631..0a58fdb0f 100644 --- a/topics/Dialog-and-popup-sizes.md +++ b/topics/Dialog-and-popup-sizes.md @@ -65,7 +65,15 @@ For example, Code Style settings for Java in the Set ### Popup -Popups should have the same default sizes as dialogs, but unlike dialogs, they can have adaptive height. If the popup displays different amounts of content depending on the situation, adapt the popup size to the content on opening. +#### Minimum width + +Popups should have the same default minimum width as dialogs. + +![](){width="706"} + +If a popup is smaller than the extra small size, adapt the width based on the content inside. + +, but unlike dialogs, they can have adaptive height. If the popup displays different amounts of content depending on the situation, adapt the popup size to the content on opening. For example, the height of the Git Brunches popup adapts to the amount of the content inside: