Skip to content

Commit

Permalink
Merge branch 'Abijeet-bug-650'
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddanbrown committed Jan 28, 2018
2 parents ead4b14 + bd711d6 commit 30b4f81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions resources/assets/sass/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
display: flex;
align-self: flex-start;
}

.popup-content {
overflow-y: auto;
}
}

.corner-button {
Expand Down Expand Up @@ -542,6 +546,15 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
}
}

@include smaller-than($m) {
#code-editor .lang-options {
max-width: 100%;
}
#code-editor .CodeMirror {
height: 200px;
}
}

.comment-box {
border: 1px solid #DDD;
margin-bottom: $-s;
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/code-editor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<button class="overlay-close neg corner-button button" @click="hide()">x</button>
</div>

<div class="padded">
<div class="padded popup-content">
<div class="form-group">
<label for="code-editor-language">{{ trans('components.code_language') }}</label>
<div class="lang-options">
Expand Down

0 comments on commit 30b4f81

Please sign in to comment.