Skip to content

Commit

Permalink
Fix block text overflow. Closes GrapesJS#946
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Mar 15, 2018
1 parent 7619979 commit e6593e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/css/grapes.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/styles/scss/_gjs_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
width: 45%;
padding: 1em;
box-sizing: border-box;
height: 90px;
min-height: 90px;
cursor: all-scroll;
font-size: 11px;
font-weight: lighter;
text-align: center;
display: flex;
flex-direction: column;
justify-content: flex-end;
justify-content: space-between;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px;
margin: 10px 2.5% 5px;
Expand Down

0 comments on commit e6593e7

Please sign in to comment.