Fix some responsive styles
This commit is contained in:
parent
3778ab3bd5
commit
6078c7560e
|
@ -385,7 +385,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.app-actions > :global(*) {
|
.app-actions > :global(*) {
|
||||||
flex: 0 0 50%;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
},
|
},
|
||||||
role: {
|
role: {
|
||||||
displayName: "Access",
|
displayName: "Access",
|
||||||
width: "150px",
|
width: "160px",
|
||||||
borderLeft: true,
|
borderLeft: true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue