mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-02 21:59:06 +08:00
Merge branch 'Abijeet-bug-650'
This commit is contained in:
commit
30b4f81fc6
@ -102,6 +102,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popup-content {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.corner-button {
|
.corner-button {
|
||||||
@ -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 {
|
.comment-box {
|
||||||
border: 1px solid #DDD;
|
border: 1px solid #DDD;
|
||||||
margin-bottom: $-s;
|
margin-bottom: $-s;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<button class="overlay-close neg corner-button button" @click="hide()">x</button>
|
<button class="overlay-close neg corner-button button" @click="hide()">x</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="padded">
|
<div class="padded popup-content">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="code-editor-language">{{ trans('components.code_language') }}</label>
|
<label for="code-editor-language">{{ trans('components.code_language') }}</label>
|
||||||
<div class="lang-options">
|
<div class="lang-options">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user