Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(markdown): text and image overflow in markdown (#112)
Browse files Browse the repository at this point in the history
* fix(markdown): text overflow in markdown

* fix(markdown): remove header tags style

* fix(markdown): image overflow in markdown
  • Loading branch information
vikram-raj authored and joshuawilson committed Oct 18, 2017
1 parent ab95e67 commit 74beda3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/markdown/markdown.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@
.editor-container {
width: 100%;
background-color: @color-pf-black-200;
img {
max-width: 100%;
}
.editor {
background-color: @color-pf-white;
padding-right: 30px;
background-clip: content-box;
border: 1px solid @color-pf-black-400;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
word-wrap: break-word;
.editor-markdown {
font-size: 1.071em;
margin: 0;
Expand Down

0 comments on commit 74beda3

Please sign in to comment.