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