mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #4334 from jlmitch5/fixStdoutPaneWidth
fix standard out pane width from having double scroll bar
This commit is contained in:
commit
fa0d9735f5
@ -36,7 +36,7 @@ standard-out-log {
|
||||
|
||||
.StandardOut-rightPanel {
|
||||
.OnePlusOne-panel--right(100%, @breakpoint-md);
|
||||
max-width: 100%;
|
||||
max-width: ~"calc(100% - 615px)";
|
||||
@media (max-width: @breakpoint-md - 1px) {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user