[web] Option to render grid in a card on the CMS GitOrigin-RevId: b65ee396915b4e8622384ab37a453d59b1d18c88
@@ -387,3 +387,14 @@
flex-direction: column-reverse;
}
+
+.row-within-card {
+ .no-card {
+ > :first-child {
+ margin-top: 0;
+ }
+ > :last-child {
+ margin-bottom: 0;
+}