Skip to content

Commit

Permalink
fix: fix IE11 entry details screen width issue (panel exceeds screen …
Browse files Browse the repository at this point in the history
…width)
  • Loading branch information
amirch1 committed Sep 24, 2017
1 parent 3b102dd commit a042ae1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
flex: 0 0 auto;
}
.kEntryDetailsContent{
width: 100%;
background-color: #ffffff;
border: 1px solid $kGrayscale4;
border-left: none;
Expand Down

0 comments on commit a042ae1

Please sign in to comment.