activities: fix potential control overflow

This commit is contained in:
David Lechner
2022-05-21 14:16:55 -05:00
parent a3e55c828a
commit 0a89198f5c
+4
View File
@@ -39,5 +39,9 @@
height: 100%;
z-index: bp.$pt-z-index-overlay;
}
.#{bp.$ns}-control {
max-width: bp.$pt-grid-size * 20;
}
}
}