Skip to content
Snippets Groups Projects
Verified Commit e80ee055 authored by Hangzhi Yu's avatar Hangzhi Yu Committed by Jonathan Weth
Browse files

Prevent cards from overflowing in non-compact dialog

parent bb33cf09
No related branches found
No related tags found
1 merge request!398Resolve "Respect permissions in coursebook frontend"
......@@ -100,6 +100,6 @@ export default {
gap: 1em;
}
.vertical {
grid-template-columns: 1fr;
grid-template-columns: minmax(0, 1fr);
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment