mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 09:57:33 -02:30
Merge pull request #2369 from marshmalien/fix/2234-job-output-height
[Job Results] Remove scrollbar from standard out panel
This commit is contained in:
@@ -135,27 +135,23 @@
|
|||||||
|
|
||||||
&-wrapper {
|
&-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-flow: column nowrap;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: 644px;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-container {
|
&-container {
|
||||||
flex: 1;
|
background-color: @at-gray-f2;
|
||||||
|
border-radius: 0 0 4px 4px;
|
||||||
|
border: 1px solid @at-gray-b7;
|
||||||
|
color: @at-gray-161b1f;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
flex: 1;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
height: auto;
|
|
||||||
overflow-y: scroll;
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
border: 1px solid @at-gray-b7;
|
|
||||||
background-color: @at-gray-f2;
|
|
||||||
color: @at-gray-161b1f;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-radius: 0;
|
overflow-y: scroll;
|
||||||
border-bottom-right-radius: 4px;
|
padding: 0;
|
||||||
border-bottom-left-radius: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-borderHeader {
|
&-borderHeader {
|
||||||
|
|||||||
Reference in New Issue
Block a user