diff --git a/core/src/jquery/css/jquery.ocdialog.scss b/core/src/jquery/css/jquery.ocdialog.scss index 07a4f90ed0..b7e762f4cb 100644 --- a/core/src/jquery/css/jquery.ocdialog.scss +++ b/core/src/jquery/css/jquery.ocdialog.scss @@ -42,7 +42,9 @@ button { white-space: nowrap; overflow: hidden; - text-overflow: ellipsis; + text-overflow: ellipsis; + height: 44px; + min-width: 44px; } }