Repository: ignite Updated Branches: refs/heads/master 79278e074 -> 8b2fe0f92
IGNITE-8245 Web Console: Fixed right padding for dropdown. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8b2fe0f9 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8b2fe0f9 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/8b2fe0f9 Branch: refs/heads/master Commit: 8b2fe0f920dd88a1aad0a3a68343a706882f8192 Parents: 79278e0 Author: Dmitriy Shabalin <[email protected]> Authored: Wed May 30 11:11:40 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Wed May 30 11:11:40 2018 +0700 ---------------------------------------------------------------------- modules/web-console/frontend/public/stylesheets/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/8b2fe0f9/modules/web-console/frontend/public/stylesheets/style.scss ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/public/stylesheets/style.scss b/modules/web-console/frontend/public/stylesheets/style.scss index 4970832..1a47833 100644 --- a/modules/web-console/frontend/public/stylesheets/style.scss +++ b/modules/web-console/frontend/public/stylesheets/style.scss @@ -1641,7 +1641,7 @@ button.select-toggle::after { border-right: 0.3em solid transparent; border-left: 0.3em solid transparent; position: absolute; - right: 5px; + right: 10px; top: 50%; vertical-align: middle; }
