diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 22ac22fbcc28a12fa134fc40352d46aea06fd724..69d9d773c05fb729d0bb10324be16a39888c45b6 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -172,7 +172,7 @@ button, .button, input[type='button'], input[type='submit'], input[type='reset'] { - padding: 6px 12px; + padding: 6px 16px; width: auto; min-height: $default-height; cursor: pointer; diff --git a/core/js/dist/main.js b/core/js/dist/main.js index 1092169fe81d20d61288378d043f15d108e5e343..9c6b1b82fd051ed57fb5c25e497ddfcb5d77abdf 100644 Binary files a/core/js/dist/main.js and b/core/js/dist/main.js differ diff --git a/core/js/dist/main.js.map b/core/js/dist/main.js.map index 54b826bd508c8256c75cf6be38ee6976c77b2136..fc61b4db6179041e60da446f5d6c66d1a896634d 100644 Binary files a/core/js/dist/main.js.map and b/core/js/dist/main.js.map differ diff --git a/core/src/jquery/css/jquery.ocdialog.scss b/core/src/jquery/css/jquery.ocdialog.scss index 07a4f90ed0704f8f81d1cd959733c634189ffb67..b7e762f4cb6cb9458280c80556738edc4430e13d 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; } }