Skip to content

Commit

Permalink
fix(editor): prevent hiding and flickering icon in inline editor #8211
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Grigorova authored and magdalenaan committed Feb 13, 2018
1 parent 1b83427 commit c5fa45a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/default/scss/editor/_layout.scss
Expand Up @@ -66,6 +66,12 @@
flex-wrap: wrap;
position: relative;

&.k-toolbar-resizable {
flex-wrap: nowrap;
overflow: hidden;
flex: 1;
}

li {
display: inline-flex;
align-items: center;
Expand Down Expand Up @@ -120,6 +126,7 @@
position: absolute;
top: 0;
right: 0;
visibility: hidden;
}

}
Expand Down

0 comments on commit c5fa45a

Please sign in to comment.