mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
fix standard out pane width from having double scroll bar
This commit is contained in:
@@ -36,7 +36,7 @@ standard-out-log {
|
|||||||
|
|
||||||
.StandardOut-rightPanel {
|
.StandardOut-rightPanel {
|
||||||
.OnePlusOne-panel--right(100%, @breakpoint-md);
|
.OnePlusOne-panel--right(100%, @breakpoint-md);
|
||||||
max-width: 100%;
|
max-width: ~"calc(100% - 615px)";
|
||||||
@media (max-width: @breakpoint-md - 1px) {
|
@media (max-width: @breakpoint-md - 1px) {
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user