Skip to content

Commit

Permalink
Fix css overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Oct 7, 2020
1 parent 40893b1 commit 21c54b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
.large { max-width: 100%; }
}


// Fix overrides
.blocks-chooser {
.ui.image {
max-width: 100%!important;
}
}

.block.align {
z-index: auto!important;
}

0 comments on commit 21c54b7

Please sign in to comment.