Skip to content

Commit

Permalink
Icons visibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bago committed Dec 1, 2016
1 parent 122800a commit 767a3c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/style_mosaico_tools.less
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
box-sizing: border-box;
}

.ui-icon {
overflow: visible; // preview icons to select desktop/tablet/smartphone are truncated without this.
}

.fa { // reset .fa
display: inline-block;
font-style: normal;
Expand Down

0 comments on commit 767a3c5

Please sign in to comment.