mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Merge pull request #3652 from keithjgrant/3639-codemirror-popout-bug
Don't obscure modal buttons when code mirror modal throws error Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
6ce972a2a4
@ -68,6 +68,10 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.CodeMirror-modal .CodeMirror {
|
||||
max-height: calc(~"100vh - 230px");
|
||||
}
|
||||
|
||||
.NetworkingExtraVars .CodeMirror{
|
||||
overflow-x: hidden;
|
||||
}
|
||||
@ -81,6 +85,6 @@
|
||||
}
|
||||
|
||||
.atCodeMirror-badge{
|
||||
display: initial;
|
||||
display: initial;
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<div id="CodeMirror-modal" class="CodeMirror-modal modal" role="dialog">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<div class="modal-heading">
|
||||
<div class="atCodeMirror-label">
|
||||
<div class="atCodeMirror-labelLeftSide">
|
||||
<span class="atCodeMirror-labelText" ng-class="labelClass">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user