Fix some responsive styles

This commit is contained in:
Andrew Kingston 2023-01-12 09:19:37 +00:00
parent 3778ab3bd5
commit 6078c7560e
2 changed files with 2 additions and 2 deletions

View File

@ -385,7 +385,7 @@
display: none; display: none;
} }
.app-actions > :global(*) { .app-actions > :global(*) {
flex: 0 0 50%; flex: 1 1 auto;
} }
} }
</style> </style>

View File

@ -36,7 +36,7 @@
}, },
role: { role: {
displayName: "Access", displayName: "Access",
width: "150px", width: "160px",
borderLeft: true, borderLeft: true,
}, },
} }