mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 14:05:59 -03:30
Fixing flex layout issue w/ Safari
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.OnePlusTwo-left--panel(@height: 100%; @breakpoint: 900px) {
|
.OnePlusTwo-left--panel(@height: 100%; @breakpoint: 900px) {
|
||||||
flex: 0 0;
|
flex: 1 0;
|
||||||
height: @height;
|
height: @height;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
.OnePlusTwo-right--panel(@height: 100%; @breakpoint: 900px) {
|
.OnePlusTwo-right--panel(@height: 100%; @breakpoint: 900px) {
|
||||||
height: @height;
|
height: @height;
|
||||||
flex: 1 0;
|
flex: 2 0;
|
||||||
.Panel{
|
.Panel{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user