diff options
-rw-r--r-- | core/src/jquery/css/jquery.ocdialog.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/src/jquery/css/jquery.ocdialog.scss b/core/src/jquery/css/jquery.ocdialog.scss index 07a4f90ed07..b7e762f4cb6 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; } } |