You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2018/05/22 08:33:19 UTC

ignite git commit: IGNITE-7894 Web Console: Refactored panel-collapsible to component.

Repository: ignite
Updated Branches:
  refs/heads/master baf4ec258 -> 1098ba5f8


IGNITE-7894 Web Console: Refactored panel-collapsible to component.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1098ba5f
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1098ba5f
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1098ba5f

Branch: refs/heads/master
Commit: 1098ba5f8e83e2a5c5e7ba42faf0594bbb47b6dd
Parents: baf4ec2
Author: Ilya Borisov <kl...@gmail.com>
Authored: Tue May 22 15:33:38 2018 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Tue May 22 15:33:38 2018 +0700

----------------------------------------------------------------------
 .../frontend/app/components/panel-collapsible/style.scss          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/1098ba5f/modules/web-console/frontend/app/components/panel-collapsible/style.scss
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/components/panel-collapsible/style.scss b/modules/web-console/frontend/app/components/panel-collapsible/style.scss
index 73eba25..f421862 100644
--- a/modules/web-console/frontend/app/components/panel-collapsible/style.scss
+++ b/modules/web-console/frontend/app/components/panel-collapsible/style.scss
@@ -59,6 +59,7 @@ panel-collapsible {
 
     .#{&}__actions {
         margin-left: auto;
+        flex: 0 0 auto;
 
         & > panel-actions {
             display: flex;
@@ -76,4 +77,4 @@ panel-collapsible {
         padding: 15px 20px;
         contain: content;
     }
-}
\ No newline at end of file
+}